#08820C

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

Shades of Green #08820C

Tints of Green #08820C

Color information

#08820C (or 0x08820C) is unknown color: approx Green. HEX triplet: 08, 82 and 0C. RGB value is (8,130,12). Sum of RGB (Red+Green+Blue) = 8+130+12=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 130 (51.17% from 255 or 86.67% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 130 - color contains mainly: green. Hex color #08820C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08820C is #F77DF3. Grayscale: #505050. Windows color (decimal): -16219636 or 819720. OLE color: 819720.

HSL color Cylindrical-coordinate representation of color #08820C: hue angle of 121.97º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08820C is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB813012-
CMYK0.9400.910.49
HSL121.97º88.41%27.06%-
HSV(B)121.97º93.85%50.98%-
XYZ8.1516.043.02-
YUV80.0789.5876.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.33%
GREEN value IS 130 (51.17% from 255) = 86.67%
BLUE value IS 12 (5.08% from 255) = 8%
R=5.33%
G=86.67%
B=8%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8130120.9400.910.49121.9788.4127.06
Hex882C5E05B317a581b
Octal102021413601336117213033
Binary10001000001011001011110010110111100011111010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08820C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08820C; }

 p { color: rgb(8,130,12); }

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

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

 a { background-color: rgb(8,130,12); }

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

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

 span { border-color: rgb(8,130,12); }

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