#0A5207

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

Shades of Myrtle #0A5207

Tints of Myrtle #0A5207

Color information

#0A5207 (or 0x0A5207) is unknown color: approx Myrtle. HEX triplet: 0A, 52 and 07. RGB value is (10,82,7). Sum of RGB (Red+Green+Blue) = 10+82+7=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 82 (32.42% from 255 or 82.83% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 82 - color contains mainly: green. Hex color #0A5207 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5207 is #F5ADF8. Grayscale: #343434. Windows color (decimal): -16100857 or 479754. OLE color: 479754.

HSL color Cylindrical-coordinate representation of color #0A5207: hue angle of 117.6º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A5207 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB10827-
CMYK0.8800.910.68
HSL117.6º84.27%17.45%-
HSV(B)117.6º91.46%32.16%-
XYZ3.186.111.21-
YUV51.92102.6598.1-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.10%
GREEN value IS 82 (32.42% from 255) = 82.83%
BLUE value IS 7 (3.12% from 255) = 7.07%
R=10.10%
G=82.83%
B=7.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal108270.8800.910.68117.684.2717.45
HexA5275805B44765411
Octal121227130013310416612421
Binary1010101001011110110000101101110001001110110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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