Html Css Color HEX #757C6E Camouflage Green

📋 copy color: '#757C6E'

red 117 ◦ green 124 ◦ blue 110

#757C6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camouflage Green #757C6E

Tints of Camouflage Green #757C6E

RGB

 RED value IS 117 (46.09% from 255) = 33.33%

 GREEN value IS 124 (48.83% from 255) = 35.33%

 BLUE value IS 110 (43.36% from 255) = 31.34%

R = 33.33%
G = 35.33%
B = 31.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#757C6E (or 0x757C6E) is known color: Camouflage Green. HEX triplet: 75, 7C and 6E. RGB value is (117,124,110). Sum of RGB (Red+Green+Blue) = 117+124+110=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 124 - color contains mainly: green. Hex color #757C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C6E is #8A8391. Grayscale: #787878. Windows color (decimal): -9077650 or 7240821. OLE color: 7240821.

HSL color Cylindrical-coordinate representation of color #757C6E: hue angle of 90º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #757C6E is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 124 110 -
CMYK 0.06 0 0.11 0.51
HSL 90º 0.06% 0.46% -
HSV(B) 90º 0.11% 0.49% -
XYZ 17.36 19.32 17.57 -
YUV 120.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 117 124 110 0.06 0 0.11 0.51 90 0.06 0.46
Hex 75 7C 6E 6 0 B 33 5A 6 2E
Octal 165 174 156 6 0 13 63 132 6 56
Binary 1110101 1111100 1101110 110 0 1011 110011 1011010 110 101110

Color Harmonies of #757C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C6E

Black with #757C6E

Text Example


Text Example

White with #757C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757C6E; }

 p { color: rgb(117,124,110); }

 H1.HeaderClassName
 {
   color: #757C6E;
 }
 .AnyTagClassName
 {
   color: #757C6E;
 }
</style>

background-color css

<style>
 a { background-color: #757C6E; }

 a { background-color: rgb(117,124,110); }

 div.DivClassName
 {
   background-color: #757C6E;
 }
 .BgClassName
 {
   background-color: #757C6E;
 }
</style>

border-color css

<style>
 span { border-color: #757C6E; }

 span { border-color: rgb(117,124,110); }

 td.TdClassName
 {
   border-color: #757C6E;
 }
 .TagClassName
 {
   border-color: #757C6E;
 }
</style>