#818E72

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

Shades of Camouflage Green #818E72

Tints of Camouflage Green #818E72

Color information

#818E72 (or 0x818E72) is unknown color: approx Camouflage Green. HEX triplet: 81, 8E and 72. RGB value is (129,142,114). Sum of RGB (Red+Green+Blue) = 129+142+114=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 142 - color contains mainly: green. Hex color #818E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818E72 is #7E718D. Grayscale: #878787. Windows color (decimal): -8286606 or 7507585. OLE color: 7507585.

HSL color Cylindrical-coordinate representation of color #818E72: hue angle of 87.86º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #818E72 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB129142114-
CMYK0.0900.200.44
HSL87.86º11.02%50.2%-
HSV(B)87.86º19.72%55.69%-
XYZ21.7625.2319.64-
YUV134.92116.19123.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.51%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 114 (44.92% from 255) = 29.61%
R=33.51%
G=36.88%
B=29.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291421140.0900.200.4487.8611.0250.2
Hex818E7290142C58b32
Octal20121616211024541301362
Binary10000001100011101110010100101010010110010110001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818E72; }

 p { color: rgb(129,142,114); }

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

<style>
 a { background-color: #818E72; }

 a { background-color: rgb(129,142,114); }

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

<style>
 span { border-color: #818E72; }

 span { border-color: rgb(129,142,114); }

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