#818F70

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

Shades of Camouflage Green #818F70

Tints of Camouflage Green #818F70

Color information

#818F70 (or 0x818F70) is unknown color: approx Camouflage Green. HEX triplet: 81, 8F and 70. RGB value is (129,143,112). Sum of RGB (Red+Green+Blue) = 129+143+112=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 143 - color contains mainly: green. Hex color #818F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818F70 is #7E708F. Grayscale: #878787. Windows color (decimal): -8286352 or 7376769. OLE color: 7376769.

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

Color convert

RGB129143112-
CMYK0.1000.220.44
HSL87.1º12.16%50%-
HSV(B)87.1º21.68%56.08%-
XYZ21.825.4819.1-
YUV135.28114.86123.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.59%
GREEN value IS 143 (56.25% from 255) = 37.24%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=33.59%
G=37.24%
B=29.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291431120.1000.220.4487.112.1650
Hex818F70A0162C57c32
Octal20121716012026541271462
Binary10000001100011111110000101001011010110010101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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