#085A10

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

Shades of Myrtle #085A10

Tints of Myrtle #085A10

Color information

#085A10 (or 0x085A10) is unknown color: approx Myrtle. HEX triplet: 08, 5A and 10. RGB value is (8,90,16). Sum of RGB (Red+Green+Blue) = 8+90+16=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 90 (35.55% from 255 or 78.95% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 90 - color contains mainly: green. Hex color #085A10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085A10 is #F7A5EF. Grayscale: #393939. Windows color (decimal): -16229872 or 1071624. OLE color: 1071624.

HSL color Cylindrical-coordinate representation of color #085A10: hue angle of 125.85º 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 #085A10 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB89016-
CMYK0.9100.820.65
HSL125.85º83.67%19.22%-
HSV(B)125.85º91.11%35.29%-
XYZ3.857.41.72-
YUV57.05104.8393.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.02%
GREEN value IS 90 (35.55% from 255) = 78.95%
BLUE value IS 16 (6.64% from 255) = 14.04%
R=7.02%
G=78.95%
B=14.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal890160.9100.820.65125.8583.6719.22
Hex85A105B052417e5413
Octal1013220133012210117612423
Binary100010110101000010110110101001010000011111110101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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