Html Css Color HEX #085800 Green

📋 copy color: '#085800'

red 8 ◦ green 88 ◦ blue 0

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

Shades of Green #085800

Tints of Green #085800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 8.33%
G = 91.67%
B = 0%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#085800 (or 0x085800) is known color: Green. HEX triplet: 08, 58 and 00. RGB value is (8,88,0). Sum of RGB (Red+Green+Blue) = 8+88+0=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 88 (34.77% from 255 or 91.67% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 88 - color contains mainly: green. Hex color #085800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085800 is #F7A7FF. Grayscale: #363636. Windows color (decimal): -16230400 or 22536. OLE color: 22536.

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

Color convert

RGB 8 88 0 -
CMYK 0.91 0 1 0.65
HSL 114.55º 1% 0.17% -
HSV(B) 114.55º 1% 0.35% -
XYZ 3.59 7.03 1.17 -
YUV 54.05 97.5 95.16 -
System Red Green Blue C M Y K H S L
Decimal 8 88 0 0.91 0 1 0.65 114.55 1 0.17
Hex 8 58 0 5B 0 64 41 73 64 11
Octal 10 130 0 133 0 144 101 163 144 21
Binary 1000 1011000 0 1011011 0 1100100 1000001 1110011 1100100 10001

Color Harmonies of #085800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085800

Black with #085800

Text Example


Text Example

White with #085800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085800; }

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

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

background-color css

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

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

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

border-color css

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

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

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