#08850E

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

Shades of Green #08850E

Tints of Green #08850E

Color information

#08850E (or 0x08850E) is unknown color: approx Green. HEX triplet: 08, 85 and 0E. RGB value is (8,133,14). Sum of RGB (Red+Green+Blue) = 8+133+14=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 133 (52.34% from 255 or 85.81% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 133 - color contains mainly: green. Hex color #08850E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08850E is #F77AF1. Grayscale: #525252. Windows color (decimal): -16218866 or 951560. OLE color: 951560.

HSL color Cylindrical-coordinate representation of color #08850E: hue angle of 122.88º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08850E is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB813314-
CMYK0.9400.890.48
HSL122.88º88.65%27.65%-
HSV(B)122.88º93.98%52.16%-
XYZ8.5716.863.22-
YUV82.0689.5975.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.16%
GREEN value IS 133 (52.34% from 255) = 85.81%
BLUE value IS 14 (5.86% from 255) = 9.03%
R=5.16%
G=85.81%
B=9.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8133140.9400.890.48122.8888.6527.65
Hex885E5E059307b591c
Octal102051613601316017313134
Binary10001000010111101011110010110011100001111011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08850E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08850E; }

 p { color: rgb(8,133,14); }

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

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

 a { background-color: rgb(8,133,14); }

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

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

 span { border-color: rgb(8,133,14); }

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