#7f8777

Color #7F8777 Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #7F8777

Tints of Camouflage Green #7F8777

Color information

#7F8777 (or 0x7F8777) is unknown color: approx Camouflage Green. HEX triplet: 7F, 87 and 77. RGB value is (127,135,119). Sum of RGB (Red+Green+Blue) = 127+135+119=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8777 is #807888. Grayscale: #828282. Windows color (decimal): -8419465 or 7833471. OLE color: 7833471.

HSL color Cylindrical-coordinate representation of color #7F8777: hue angle of 90º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F8777 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB127135119-
CMYK0.0600.120.47
HSL90º6.3%49.8%-
HSV(B)90º11.85%52.94%-
XYZ20.7523.1720.83-
YUV130.78121.35125.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 35.43%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=33.33%
G=35.43%
B=31.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271351190.0600.120.47906.349.8
Hex7F877760C2F5a632
Octal177207167601457132662
Binary1111111100001111110111110011001011111011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f8777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7f8777; }

 p { color: rgb(127,135,119); }

 H1.HeaderClassName
 {
   color: #7f8777;
 }
 .AnyTagClassName
 {
   color: #7f8777;
 }
</style>
background-color css

<style>
 a { background-color: #7f8777; }

 a { background-color: rgb(127,135,119); }

 div.DivClassName
 {
   background-color: #7f8777;
 }
 .BgClassName
 {
   background-color: #7f8777;
 }
</style>
border-color css

<style>
 span { border-color: #7f8777; }

 span { border-color: rgb(127,135,119); }

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