#0A5701

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

Shades of Myrtle #0A5701

Tints of Myrtle #0A5701

Color information

#0A5701 (or 0x0A5701) is unknown color: approx Myrtle. HEX triplet: 0A, 57 and 01. RGB value is (10,87,1). Sum of RGB (Red+Green+Blue) = 10+87+1=98 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.20% from 98); Green value is 87 (34.38% from 255 or 88.78% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 87 - color contains mainly: green. Hex color #0A5701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5701 is #F5A8FE. Grayscale: #363636. Windows color (decimal): -16099583 or 87818. OLE color: 87818.

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

Color convert

RGB10871-
CMYK0.8900.990.66
HSL113.72º97.73%17.25%-
HSV(B)113.72º98.85%34.12%-
XYZ3.546.881.17-
YUV54.1797.9996.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.20%
GREEN value IS 87 (34.38% from 255) = 88.78%
BLUE value IS 1 (0.78% from 255) = 1.02%
R=10.20%
G=88.78%
B=1.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal108710.8900.990.66113.7297.7317.25
HexA5715906342726211
Octal121271131014310216214221
Binary10101010111110110010110001110000101110010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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