#7F9170

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

Shades of Camouflage Green #7F9170

Tints of Camouflage Green #7F9170

Color information

#7F9170 (or 0x7F9170) is unknown color: approx Camouflage Green. HEX triplet: 7F, 91 and 70. RGB value is (127,145,112). Sum of RGB (Red+Green+Blue) = 127+145+112=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 145 - color contains mainly: green. Hex color #7F9170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9170 is #806E8F. Grayscale: #878787. Windows color (decimal): -8416912 or 7377279. OLE color: 7377279.

HSL color Cylindrical-coordinate representation of color #7F9170: hue angle of 92.73º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7F9170 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB127145112-
CMYK0.1200.230.43
HSL92.73º13.04%50.39%-
HSV(B)92.73º22.76%56.86%-
XYZ21.825.9319.19-
YUV135.86114.54121.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.07%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=33.07%
G=37.76%
B=29.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1271451120.1200.230.4392.7313.0450.39
Hex7F9170C0172B5dd32
Octal17722116014027531351562
Binary1111111100100011110000110001011110101110111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,145,112); }

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

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

 a { background-color: rgb(127,145,112); }

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

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

 span { border-color: rgb(127,145,112); }

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