#818A79

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

Shades of Camouflage Green #818A79

Tints of Camouflage Green #818A79

Color information

#818A79 (or 0x818A79) is unknown color: approx Camouflage Green. HEX triplet: 81, 8A and 79. RGB value is (129,138,121). Sum of RGB (Red+Green+Blue) = 129+138+121=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 138 - color contains mainly: green. Hex color #818A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818A79 is #7E7586. Grayscale: #858585. Windows color (decimal): -8287623 or 7965313. OLE color: 7965313.

HSL color Cylindrical-coordinate representation of color #818A79: hue angle of 91.76º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #818A79 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB129138121-
CMYK0.0700.120.46
HSL91.76º6.77%50.78%-
HSV(B)91.76º12.32%54.12%-
XYZ21.5924.2221.63-
YUV133.37121.02124.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.25%
GREEN value IS 138 (54.30% from 255) = 35.57%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=33.25%
G=35.57%
B=31.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291381210.0700.120.4691.766.7750.78
Hex818A7970C2E5c733
Octal201212171701456134763
Binary10000001100010101111001111011001011101011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,138,121); }

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

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

 a { background-color: rgb(129,138,121); }

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

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

 span { border-color: rgb(129,138,121); }

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