Html Css Color HEX #085805 Green

📋 copy color: '#085805'

red 8 ◦ green 88 ◦ blue 5

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

Shades of Green #085805

Tints of Green #085805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.95%

R = 7.92%
G = 87.13%
B = 4.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#085805 (or 0x085805) is known color: Green. HEX triplet: 08, 58 and 05. RGB value is (8,88,5). Sum of RGB (Red+Green+Blue) = 8+88+5=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 88 (34.77% from 255 or 87.13% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 88 - color contains mainly: green. Hex color #085805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085805 is #F7A7FA. Grayscale: #363636. Windows color (decimal): -16230395 or 350216. OLE color: 350216.

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

Color convert

RGB 8 88 5 -
CMYK 0.91 0 0.94 0.65
HSL 117.83º 0.89% 0.18% -
HSV(B) 117.83º 0.94% 0.35% -
XYZ 3.62 7.04 1.31 -
YUV 54.62 100 94.75 -
System Red Green Blue C M Y K H S L
Decimal 8 88 5 0.91 0 0.94 0.65 117.83 0.89 0.18
Hex 8 58 5 5B 0 5E 41 76 59 12
Octal 10 130 5 133 0 136 101 166 131 22
Binary 1000 1011000 101 1011011 0 1011110 1000001 1110110 1011001 10010

Color Harmonies of #085805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085805

Black with #085805

Text Example


Text Example

White with #085805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085805; }

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

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

background-color css

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

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

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

border-color css

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

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

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