Html Css Color HEX #757D6F Camouflage Green

📋 copy color: '#757D6F'

red 117 ◦ green 125 ◦ blue 111

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

Shades of Camouflage Green #757D6F

Tints of Camouflage Green #757D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.44%

R = 33.14%
G = 35.41%
B = 31.44%

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

#757D6F (or 0x757D6F) is known color: Camouflage Green. HEX triplet: 75, 7D and 6F. RGB value is (117,125,111). Sum of RGB (Red+Green+Blue) = 117+125+111=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 125 - color contains mainly: green. Hex color #757D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D6F is #8A8290. Grayscale: #797979. Windows color (decimal): -9077393 or 7306613. OLE color: 7306613.

HSL color Cylindrical-coordinate representation of color #757D6F: hue angle of 94.29º 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 #757D6F is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 125 111 -
CMYK 0.06 0 0.11 0.51
HSL 94.29º 0.06% 0.46% -
HSV(B) 94.29º 0.11% 0.49% -
XYZ 17.54 19.6 17.9 -
YUV 121.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 117 125 111 0.06 0 0.11 0.51 94.29 0.06 0.46
Hex 75 7D 6F 6 0 B 33 5E 6 2E
Octal 165 175 157 6 0 13 63 136 6 56
Binary 1110101 1111101 1101111 110 0 1011 110011 1011110 110 101110

Color Harmonies of #757D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757D6F

Black with #757D6F

Text Example


Text Example

White with #757D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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