#818B72

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

Shades of Camouflage Green #818B72

Tints of Camouflage Green #818B72

Color information

#818B72 (or 0x818B72) is unknown color: approx Camouflage Green. HEX triplet: 81, 8B and 72. RGB value is (129,139,114). Sum of RGB (Red+Green+Blue) = 129+139+114=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 139 - color contains mainly: green. Hex color #818B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818B72 is #7E748D. Grayscale: #858585. Windows color (decimal): -8287374 or 7506817. OLE color: 7506817.

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

Color convert

RGB129139114-
CMYK0.0700.180.45
HSL84º9.88%49.61%-
HSV(B)84º17.99%54.51%-
XYZ21.3224.3519.5-
YUV133.16117.19125.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.77%
GREEN value IS 139 (54.69% from 255) = 36.39%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=33.77%
G=36.39%
B=29.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291391140.0700.180.45849.8849.61
Hex818B7270122D54a32
Octal2012131627022551241262
Binary1000000110001011111001011101001010110110101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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