#0A5703

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

Shades of Myrtle #0A5703

Tints of Myrtle #0A5703

Color information

#0A5703 (or 0x0A5703) is unknown color: approx Myrtle. HEX triplet: 0A, 57 and 03. RGB value is (10,87,3). Sum of RGB (Red+Green+Blue) = 10+87+3=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 87 (34.38% from 255 or 87% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 87 - color contains mainly: green. Hex color #0A5703 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5703 is #F5A8FC. Grayscale: #363636. Windows color (decimal): -16099581 or 218890. OLE color: 218890.

HSL color Cylindrical-coordinate representation of color #0A5703: hue angle of 115º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A5703 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB10873-
CMYK0.8900.970.66
HSL115º93.33%17.65%-
HSV(B)115º96.55%34.12%-
XYZ3.556.891.23-
YUV54.498.9996.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10%
GREEN value IS 87 (34.38% from 255) = 87%
BLUE value IS 3 (1.56% from 255) = 3%
R=10%
G=87%
B=3%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal108730.8900.970.6611593.3317.65
HexA5735906142735d12
Octal121273131014110216313522
Binary101010101111110110010110000110000101110011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,87,3); }

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

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

 a { background-color: rgb(10,87,3); }

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

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

 span { border-color: rgb(10,87,3); }

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