Html Css Color HEX #085802 Green

📋 copy color: '#085802'

red 8 ◦ green 88 ◦ blue 2

#085802
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #085802

Tints of Green #085802

RGB

 RED value IS 8 (3.52% from 255) = 8.16%

 GREEN value IS 88 (34.77% from 255) = 89.8%

 BLUE value IS 2 (1.17% from 255) = 2.04%

R = 8.16%
G = 89.8%
B = 2.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#085802 (or 0x085802) is known color: 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

RGB 8 88 2 -
CMYK 0.91 0 0.98 0.65
HSL 115.81º 0.96% 0.18% -
HSV(B) 115.81º 0.98% 0.35% -
XYZ 3.6 7.04 1.23 -
YUV 54.28 98.5 94.99 -
System Red Green Blue C M Y K H S L
Decimal 8 88 2 0.91 0 0.98 0.65 115.81 0.96 0.18
Hex 8 58 2 5B 0 62 41 74 60 12
Octal 10 130 2 133 0 142 101 164 140 22
Binary 1000 1011000 10 1011011 0 1100010 1000001 1110100 1100000 10010

Color Harmonies of #085802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085802

Black with #085802

Text Example


Text Example

White with #085802

Text Example


Text Example

HTML Codes & Css Web 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>