Html Css Color HEX #085902 Green

📋 copy color: '#085902'

red 8 ◦ green 89 ◦ blue 2

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

Shades of Green #085902

Tints of Green #085902

RGB

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

 GREEN value IS 89 (35.16% from 255) = 89.9%

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

R = 8.08%
G = 89.9%
B = 2.02%

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

#085902 (or 0x085902) is known color: Green. HEX triplet: 08, 59 and 02. RGB value is (8,89,2). Sum of RGB (Red+Green+Blue) = 8+89+2=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 89 (35.16% from 255 or 89.90% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 89 - color contains mainly: green. Hex color #085902 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085902 is #F7A6FD. Grayscale: #373737. Windows color (decimal): -16230142 or 153864. OLE color: 153864.

HSL color Cylindrical-coordinate representation of color #085902: hue angle of 115.86º 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 #085902 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 89 2 -
CMYK 0.91 0 0.98 0.65
HSL 115.86º 0.96% 0.18% -
HSV(B) 115.86º 0.98% 0.35% -
XYZ 3.68 7.2 1.25 -
YUV 54.86 98.16 94.57 -
System Red Green Blue C M Y K H S L
Decimal 8 89 2 0.91 0 0.98 0.65 115.86 0.96 0.18
Hex 8 59 2 5B 0 62 41 74 60 12
Octal 10 131 2 133 0 142 101 164 140 22
Binary 1000 1011001 10 1011011 0 1100010 1000001 1110100 1100000 10010

Color Harmonies of #085902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085902

Black with #085902

Text Example


Text Example

White with #085902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085902; }

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

 H1.HeaderClassName
 {
   color: #085902;
 }
 .AnyTagClassName
 {
   color: #085902;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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