#7F8877

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

Shades of Camouflage Green #7F8877

Tints of Camouflage Green #7F8877

Color information

#7F8877 (or 0x7F8877) is unknown color: approx Camouflage Green. HEX triplet: 7F, 88 and 77. RGB value is (127,136,119). Sum of RGB (Red+Green+Blue) = 127+136+119=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 136 - color contains mainly: green. Hex color #7F8877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8877 is #807788. Grayscale: #838383. Windows color (decimal): -8419209 or 7833727. OLE color: 7833727.

HSL color Cylindrical-coordinate representation of color #7F8877: hue angle of 91.76º degrees, saturation: 0.07, 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 #7F8877 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB127136119-
CMYK0.0700.120.47
HSL91.76º6.67%50%-
HSV(B)91.76º12.5%53.33%-
XYZ20.8923.4520.88-
YUV131.37121.02124.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.25%
GREEN value IS 136 (53.52% from 255) = 35.60%
BLUE value IS 119 (46.88% from 255) = 31.15%
R=33.25%
G=35.60%
B=31.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271361190.0700.120.4791.766.6750
Hex7F887770C2F5c732
Octal177210167701457134762
Binary1111111100010001110111111011001011111011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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