#085D00

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

Shades of Green #085D00

Tints of Green #085D00

Color information

#085D00 (or 0x085D00) is unknown color: approx Green. HEX triplet: 08, 5D and 00. RGB value is (8,93,0). Sum of RGB (Red+Green+Blue) = 8+93+0=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 93 (36.72% from 255 or 92.08% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 93 - color contains mainly: green. Hex color #085D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085D00 is #F7A2FF. Grayscale: #393939. Windows color (decimal): -16229120 or 23816. OLE color: 23816.

HSL color Cylindrical-coordinate representation of color #085D00: hue angle of 114.84º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #085D00 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB8930-
CMYK0.91010.64
HSL114.84º100%18.24%-
HSV(B)114.84º100%36.47%-
XYZ4.017.881.31-
YUV56.9895.8493.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.92%
GREEN value IS 93 (36.72% from 255) = 92.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=7.92%
G=92.08%
B=0%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal89300.91010.64114.8410018.24
Hex85D05B06440736412
Octal101350133014410016314422
Binary10001011101010110110110010010000001110011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085D00; }

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

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

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

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

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

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

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

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