#085802

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

Shades of Green #085802

Tints of Green #085802

Color information

#085802 (or 0x085802) is unknown color: approx Green. HEX triplet: 08, 58 and 02. RGB value is (8,88,2). Sum of RGB (Red+Green+Blue) = 8+88+2=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 88 (34.77% from 255 or 89.80% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 88 - color contains mainly: green. Hex color #085802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085802 is #F7A7FD. Grayscale: #363636. Windows color (decimal): -16230398 or 153608. OLE color: 153608.

HSL color Cylindrical-coordinate representation of color #085802: hue angle of 115.81º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #085802 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB8882-
CMYK0.9100.980.65
HSL115.81º95.56%17.65%-
HSV(B)115.81º97.73%34.51%-
XYZ3.67.041.23-
YUV54.2898.594.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.16%
GREEN value IS 88 (34.77% from 255) = 89.80%
BLUE value IS 2 (1.17% from 255) = 2.04%
R=8.16%
G=89.80%
B=2.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88820.9100.980.65115.8195.5617.65
Hex85825B06241746012
Octal101302133014210116414022
Binary100010110001010110110110001010000011110100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085802; }

 p { color: rgb(8,88,2); }

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

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

 a { background-color: rgb(8,88,2); }

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

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

 span { border-color: rgb(8,88,2); }

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