#0A5907

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

Shades of Myrtle #0A5907

Tints of Myrtle #0A5907

Color information

#0A5907 (or 0x0A5907) is unknown color: approx Myrtle. HEX triplet: 0A, 59 and 07. RGB value is (10,89,7). Sum of RGB (Red+Green+Blue) = 10+89+7=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 89 (35.16% from 255 or 83.96% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 89 - color contains mainly: green. Hex color #0A5907 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5907 is #F5A6F8. Grayscale: #383838. Windows color (decimal): -16099065 or 481546. OLE color: 481546.

HSL color Cylindrical-coordinate representation of color #0A5907: hue angle of 117.8º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A5907 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB10897-
CMYK0.8900.920.65
HSL117.8º85.42%18.82%-
HSV(B)117.8º92.13%34.9%-
XYZ3.747.221.4-
YUV56.03100.3395.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.43%
GREEN value IS 89 (35.16% from 255) = 83.96%
BLUE value IS 7 (3.12% from 255) = 6.60%
R=9.43%
G=83.96%
B=6.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal108970.8900.920.65117.885.4218.82
HexA5975905C41765513
Octal121317131013410116612523
Binary1010101100111110110010101110010000011110110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,89,7); }

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

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

 a { background-color: rgb(10,89,7); }

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

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

 span { border-color: rgb(10,89,7); }

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