#7F8774

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

Shades of Camouflage Green #7F8774

Tints of Camouflage Green #7F8774

Color information

#7F8774 (or 0x7F8774) is unknown color: approx Camouflage Green. HEX triplet: 7F, 87 and 74. RGB value is (127,135,116). Sum of RGB (Red+Green+Blue) = 127+135+116=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8774 is #80788B. Grayscale: #828282. Windows color (decimal): -8419468 or 7636863. OLE color: 7636863.

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

Color convert

RGB127135116-
CMYK0.0600.140.47
HSL85.26º7.57%49.22%-
HSV(B)85.26º14.07%52.94%-
XYZ20.5723.119.9-
YUV130.44119.85125.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.60%
GREEN value IS 135 (53.12% from 255) = 35.71%
BLUE value IS 116 (45.70% from 255) = 30.69%
R=33.60%
G=35.71%
B=30.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271351160.0600.140.4785.267.5749.22
Hex7F877460E2F55831
Octal1772071646016571251061
Binary11111111000011111101001100111010111110101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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