#818E70

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

Shades of Camouflage Green #818E70

Tints of Camouflage Green #818E70

Color information

#818E70 (or 0x818E70) is unknown color: approx Camouflage Green. HEX triplet: 81, 8E and 70. RGB value is (129,142,112). Sum of RGB (Red+Green+Blue) = 129+142+112=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 142 - color contains mainly: green. Hex color #818E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818E70 is #7E718F. Grayscale: #868686. Windows color (decimal): -8286608 or 7376513. OLE color: 7376513.

HSL color Cylindrical-coordinate representation of color #818E70: hue angle of 86º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #818E70 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB129142112-
CMYK0.0900.210.44
HSL86º11.81%49.8%-
HSV(B)86º21.13%55.69%-
XYZ21.6525.1819.05-
YUV134.69115.19123.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.68%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=33.68%
G=37.08%
B=29.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291421120.0900.210.448611.8149.8
Hex818E7090152C56c32
Octal20121616011025541261462
Binary10000001100011101110000100101010110110010101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,142,112); }

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

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

 a { background-color: rgb(129,142,112); }

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

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

 span { border-color: rgb(129,142,112); }

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