#0A5010

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

Shades of Myrtle #0A5010

Tints of Myrtle #0A5010

Color information

#0A5010 (or 0x0A5010) is unknown color: approx Myrtle. HEX triplet: 0A, 50 and 10. RGB value is (10,80,16). Sum of RGB (Red+Green+Blue) = 10+80+16=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 80 (31.64% from 255 or 75.47% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 80 - color contains mainly: green. Hex color #0A5010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5010 is #F5AFEF. Grayscale: #333333. Windows color (decimal): -16101360 or 1069066. OLE color: 1069066.

HSL color Cylindrical-coordinate representation of color #0A5010: hue angle of 125.14º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5010 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB108016-
CMYK0.8700.800.69
HSL125.14º77.78%17.65%-
HSV(B)125.14º87.5%31.37%-
XYZ3.095.841.45-
YUV51.77107.8198.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.43%
GREEN value IS 80 (31.64% from 255) = 75.47%
BLUE value IS 16 (6.64% from 255) = 15.09%
R=9.43%
G=75.47%
B=15.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1080160.8700.800.69125.1477.7817.65
HexA501057050457d4e12
Octal1212020127012010517511622
Binary101010100001000010101110101000010001011111101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,80,16); }

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

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

 a { background-color: rgb(10,80,16); }

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

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

 span { border-color: rgb(10,80,16); }

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