#818977

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

Shades of Camouflage Green #818977

Tints of Camouflage Green #818977

Color information

#818977 (or 0x818977) is unknown color: approx Camouflage Green. HEX triplet: 81, 89 and 77. RGB value is (129,137,119). Sum of RGB (Red+Green+Blue) = 129+137+119=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 137 - color contains mainly: green. Hex color #818977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818977 is #7E7688. Grayscale: #848484. Windows color (decimal): -8287881 or 7833985. OLE color: 7833985.

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

Color convert

RGB129137119-
CMYK0.0600.130.46
HSL86.67º7.09%50.2%-
HSV(B)86.67º13.14%53.73%-
XYZ21.3323.8920.94-
YUV132.56120.35125.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.51%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 119 (46.88% from 255) = 30.91%
R=33.51%
G=35.58%
B=30.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291371190.0600.130.4686.677.0950.2
Hex81897760D2E57732
Octal201211167601556127762
Binary10000001100010011110111110011011011101010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818977; }

 p { color: rgb(129,137,119); }

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

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

 a { background-color: rgb(129,137,119); }

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

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

 span { border-color: rgb(129,137,119); }

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