#818978

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

Shades of Camouflage Green #818978

Tints of Camouflage Green #818978

Color information

#818978 (or 0x818978) is unknown color: approx Camouflage Green. HEX triplet: 81, 89 and 78. RGB value is (129,137,120). Sum of RGB (Red+Green+Blue) = 129+137+120=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 137 - color contains mainly: green. Hex color #818978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818978 is #7E7687. Grayscale: #848484. Windows color (decimal): -8287880 or 7899521. OLE color: 7899521.

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

Color convert

RGB129137120-
CMYK0.0600.120.46
HSL88.24º6.72%50.39%-
HSV(B)88.24º12.41%53.73%-
XYZ21.3923.9121.26-
YUV132.67120.85125.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.42%
GREEN value IS 137 (53.91% from 255) = 35.49%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=33.42%
G=35.49%
B=31.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291371200.0600.120.4688.246.7250.39
Hex81897860C2E58732
Octal201211170601456130762
Binary10000001100010011111000110011001011101011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818978; }

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

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

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

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

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

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

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

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