Html Css Color HEX #757D6E Camouflage Green

📋 copy color: '#757D6E'

red 117 ◦ green 125 ◦ blue 110

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

Shades of Camouflage Green #757D6E

Tints of Camouflage Green #757D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.51%

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

R = 33.24%
G = 35.51%
B = 31.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#757D6E (or 0x757D6E) is known color: Camouflage Green. HEX triplet: 75, 7D and 6E. RGB value is (117,125,110). Sum of RGB (Red+Green+Blue) = 117+125+110=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 125 - color contains mainly: green. Hex color #757D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D6E is #8A8291. Grayscale: #787878. Windows color (decimal): -9077394 or 7241077. OLE color: 7241077.

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

Color convert

RGB 117 125 110 -
CMYK 0.06 0 0.12 0.51
HSL 92º 0.06% 0.46% -
HSV(B) 92º 0.12% 0.49% -
XYZ 17.48 19.57 17.61 -
YUV 120.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 117 125 110 0.06 0 0.12 0.51 92 0.06 0.46
Hex 75 7D 6E 6 0 C 33 5C 6 2E
Octal 165 175 156 6 0 14 63 134 6 56
Binary 1110101 1111101 1101110 110 0 1100 110011 1011100 110 101110

Color Harmonies of #757D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757D6E

Black with #757D6E

Text Example


Text Example

White with #757D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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