#7F8C73

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

Shades of Camouflage Green #7F8C73

Tints of Camouflage Green #7F8C73

Color information

#7F8C73 (or 0x7F8C73) is unknown color: approx Camouflage Green. HEX triplet: 7F, 8C and 73. RGB value is (127,140,115). Sum of RGB (Red+Green+Blue) = 127+140+115=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 140 - color contains mainly: green. Hex color #7F8C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8C73 is #80738C. Grayscale: #858585. Windows color (decimal): -8418189 or 7572607. OLE color: 7572607.

HSL color Cylindrical-coordinate representation of color #7F8C73: hue angle of 91.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F8C73 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB127140115-
CMYK0.0900.180.45
HSL91.2º9.8%50%-
HSV(B)91.2º17.86%54.9%-
XYZ21.2224.5119.83-
YUV133.26117.69123.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.25%
GREEN value IS 140 (55.08% from 255) = 36.65%
BLUE value IS 115 (45.31% from 255) = 30.10%
R=33.25%
G=36.65%
B=30.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1271401150.0900.180.4591.29.850
Hex7F8C7390122D5ba32
Octal17721416311022551331262
Binary1111111100011001110011100101001010110110110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,140,115); }

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

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

 a { background-color: rgb(127,140,115); }

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

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

 span { border-color: rgb(127,140,115); }

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