#818D71

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

Shades of Camouflage Green #818D71

Tints of Camouflage Green #818D71

Color information

#818D71 (or 0x818D71) is unknown color: approx Camouflage Green. HEX triplet: 81, 8D and 71. RGB value is (129,141,113). Sum of RGB (Red+Green+Blue) = 129+141+113=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 141 - color contains mainly: green. Hex color #818D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818D71 is #7E728E. Grayscale: #868686. Windows color (decimal): -8286863 or 7441793. OLE color: 7441793.

HSL color Cylindrical-coordinate representation of color #818D71: hue angle of 85.71º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #818D71 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB129141113-
CMYK0.0900.200.45
HSL85.71º11.02%49.8%-
HSV(B)85.71º19.86%55.29%-
XYZ21.5624.9119.29-
YUV134.22116.02124.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.68%
GREEN value IS 141 (55.47% from 255) = 36.81%
BLUE value IS 113 (44.53% from 255) = 29.50%
R=33.68%
G=36.81%
B=29.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291411130.0900.200.4585.7111.0249.8
Hex818D7190142D56b32
Octal20121516111024551261362
Binary10000001100011011110001100101010010110110101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,141,113); }

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

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

 a { background-color: rgb(129,141,113); }

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

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

 span { border-color: rgb(129,141,113); }

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