#0A5406

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

Shades of Myrtle #0A5406

Tints of Myrtle #0A5406

Color information

#0A5406 (or 0x0A5406) is unknown color: approx Myrtle. HEX triplet: 0A, 54 and 06. RGB value is (10,84,6). Sum of RGB (Red+Green+Blue) = 10+84+6=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 84 (33.20% from 255 or 84% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 84 - color contains mainly: green. Hex color #0A5406 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5406 is #F5ABF9. Grayscale: #353535. Windows color (decimal): -16100346 or 414730. OLE color: 414730.

HSL color Cylindrical-coordinate representation of color #0A5406: hue angle of 116.92º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A5406 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB10846-
CMYK0.8800.930.67
HSL116.92º86.67%17.65%-
HSV(B)116.92º92.86%32.94%-
XYZ3.336.421.24-
YUV52.98101.4897.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10%
GREEN value IS 84 (33.20% from 255) = 84%
BLUE value IS 6 (2.73% from 255) = 6%
R=10%
G=84%
B=6%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal108460.8800.930.67116.9286.6717.65
HexA5465805D43755712
Octal121246130013510316512722
Binary1010101010011010110000101110110000111110101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,84,6); }

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

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

 a { background-color: rgb(10,84,6); }

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

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

 span { border-color: rgb(10,84,6); }

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