#818C73

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

Shades of Camouflage Green #818C73

Tints of Camouflage Green #818C73

Color information

#818C73 (or 0x818C73) is unknown color: approx Camouflage Green. HEX triplet: 81, 8C and 73. RGB value is (129,140,115). Sum of RGB (Red+Green+Blue) = 129+140+115=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 140 - color contains mainly: green. Hex color #818C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818C73 is #7E738C. Grayscale: #858585. Windows color (decimal): -8287117 or 7572609. OLE color: 7572609.

HSL color Cylindrical-coordinate representation of color #818C73: hue angle of 86.4º 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 #818C73 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB129140115-
CMYK0.0800.180.45
HSL86.4º9.8%50%-
HSV(B)86.4º17.86%54.9%-
XYZ21.5324.6619.85-
YUV133.86117.36124.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.59%
GREEN value IS 140 (55.08% from 255) = 36.46%
BLUE value IS 115 (45.31% from 255) = 29.95%
R=33.59%
G=36.46%
B=29.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291401150.0800.180.4586.49.850
Hex818C7380122D56a32
Octal20121416310022551261262
Binary10000001100011001110011100001001010110110101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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