#0A5614

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

Shades of Myrtle #0A5614

Tints of Myrtle #0A5614

Color information

#0A5614 (or 0x0A5614) is unknown color: approx Myrtle. HEX triplet: 0A, 56 and 14. RGB value is (10,86,20). Sum of RGB (Red+Green+Blue) = 10+86+20=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 86 (33.98% from 255 or 74.14% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 86 - color contains mainly: green. Hex color #0A5614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5614 is #F5A9EB. Grayscale: #373737. Windows color (decimal): -16099820 or 1332746. OLE color: 1332746.

HSL color Cylindrical-coordinate representation of color #0A5614: hue angle of 127.89º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5614 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB108620-
CMYK0.8800.770.66
HSL127.89º79.17%18.82%-
HSV(B)127.89º88.37%33.73%-
XYZ3.586.771.78-
YUV55.75107.8295.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.62%
GREEN value IS 86 (33.98% from 255) = 74.14%
BLUE value IS 20 (8.20% from 255) = 17.24%
R=8.62%
G=74.14%
B=17.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1086200.8800.770.66127.8979.1718.82
HexA56145804D42804f13
Octal1212624130011510220011723
Binary1010101011010100101100001001101100001010000000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A5614; }

 p { color: rgb(10,86,20); }

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

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

 a { background-color: rgb(10,86,20); }

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

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

 span { border-color: rgb(10,86,20); }

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