#0A4F06

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

Shades of Myrtle #0A4F06

Tints of Myrtle #0A4F06

Color information

#0A4F06 (or 0x0A4F06) is unknown color: approx Myrtle. HEX triplet: 0A, 4F and 06. RGB value is (10,79,6). Sum of RGB (Red+Green+Blue) = 10+79+6=95 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.53% from 95); Green value is 79 (31.25% from 255 or 83.16% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 79 - color contains mainly: green. Hex color #0A4F06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A4F06 is #F5B0F9. Grayscale: #323232. Windows color (decimal): -16101626 or 413450. OLE color: 413450.

HSL color Cylindrical-coordinate representation of color #0A4F06: hue angle of 116.71º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A4F06 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB10796-
CMYK0.8700.920.69
HSL116.71º85.88%16.67%-
HSV(B)116.71º92.41%30.98%-
XYZ2.955.671.11-
YUV50.05103.1499.44-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.53%
GREEN value IS 79 (31.25% from 255) = 83.16%
BLUE value IS 6 (2.73% from 255) = 6.32%
R=10.53%
G=83.16%
B=6.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal107960.8700.920.69116.7185.8816.67
HexA4F65705C45755611
Octal121176127013410516512621
Binary1010100111111010101110101110010001011110101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,79,6); }

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

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

 a { background-color: rgb(10,79,6); }

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

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

 span { border-color: rgb(10,79,6); }

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