#085A11

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

Shades of Myrtle #085A11

Tints of Myrtle #085A11

Color information

#085A11 (or 0x085A11) is unknown color: approx Myrtle. HEX triplet: 08, 5A and 11. RGB value is (8,90,17). Sum of RGB (Red+Green+Blue) = 8+90+17=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 90 (35.55% from 255 or 78.26% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 90 - color contains mainly: green. Hex color #085A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085A11 is #F7A5EE. Grayscale: #393939. Windows color (decimal): -16229871 or 1137160. OLE color: 1137160.

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

Color convert

RGB89017-
CMYK0.9100.810.65
HSL126.59º83.67%19.22%-
HSV(B)126.59º91.11%35.29%-
XYZ3.867.41.76-
YUV57.16105.3392.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 90 (35.55% from 255) = 78.26%
BLUE value IS 17 (7.03% from 255) = 14.78%
R=6.96%
G=78.26%
B=14.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal890170.9100.810.65126.5983.6719.22
Hex85A115B051417f5413
Octal1013221133012110117712423
Binary100010110101000110110110101000110000011111111101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,90,17); }

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

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

 a { background-color: rgb(8,90,17); }

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

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

 span { border-color: rgb(8,90,17); }

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