#085D10

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

Shades of Green #085D10

Tints of Green #085D10

Color information

#085D10 (or 0x085D10) is unknown color: approx Green. HEX triplet: 08, 5D and 10. RGB value is (8,93,16). Sum of RGB (Red+Green+Blue) = 8+93+16=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 93 (36.72% from 255 or 79.49% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 93 - color contains mainly: green. Hex color #085D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085D10 is #F7A2EF. Grayscale: #3B3B3B. Windows color (decimal): -16229104 or 1072392. OLE color: 1072392.

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

Color convert

RGB89316-
CMYK0.9100.830.64
HSL125.65º84.16%19.8%-
HSV(B)125.65º91.4%36.47%-
XYZ4.117.921.8-
YUV58.81103.8491.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.84%
GREEN value IS 93 (36.72% from 255) = 79.49%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=6.84%
G=79.49%
B=13.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal893160.9100.830.64125.6584.1619.8
Hex85D105B053407e5414
Octal1013520133012310017612424
Binary100010111011000010110110101001110000001111110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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