#809270

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

Shades of Camouflage Green #809270

Tints of Camouflage Green #809270

Color information

#809270 (or 0x809270) is unknown color: approx Camouflage Green. HEX triplet: 80, 92 and 70. RGB value is (128,146,112). Sum of RGB (Red+Green+Blue) = 128+146+112=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #809270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809270 is #7F6D8F. Grayscale: #888888. Windows color (decimal): -8351120 or 7377536. OLE color: 7377536.

HSL color Cylindrical-coordinate representation of color #809270: hue angle of 91.76º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #809270 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB128146112-
CMYK0.1200.230.43
HSL91.76º13.49%50.59%-
HSV(B)91.76º23.29%57.25%-
XYZ22.1126.3219.24-
YUV136.74114.04121.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.16%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=33.16%
G=37.82%
B=29.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281461120.1200.230.4391.7613.4950.59
Hex809270C0172B5cd33
Octal20022216014027531341563
Binary10000000100100101110000110001011110101110111001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809270; }

 p { color: rgb(128,146,112); }

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

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

 a { background-color: rgb(128,146,112); }

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

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

 span { border-color: rgb(128,146,112); }

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