#0F5006

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

Shades of Myrtle #0F5006

Tints of Myrtle #0F5006

Color information

#0F5006 (or 0x0F5006) is unknown color: approx Myrtle. HEX triplet: 0F, 50 and 06. RGB value is (15,80,6). Sum of RGB (Red+Green+Blue) = 15+80+6=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 80 (31.64% from 255 or 79.21% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 80 - color contains mainly: green. Hex color #0F5006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5006 is #F0AFF9. Grayscale: #343434. Windows color (decimal): -15773690 or 413711. OLE color: 413711.

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

Color convert

RGB15806-
CMYK0.8100.920.69
HSL112.7º86.05%16.86%-
HSV(B)112.7º92.5%31.37%-
XYZ3.15.851.14-
YUV52.13101.97101.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.85%
GREEN value IS 80 (31.64% from 255) = 79.21%
BLUE value IS 6 (2.73% from 255) = 5.94%
R=14.85%
G=79.21%
B=5.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal158060.8100.920.69112.786.0516.86
HexF5065105C45715611
Octal171206121013410516112621
Binary1111101000011010100010101110010001011110001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,80,6); }

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

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

 a { background-color: rgb(15,80,6); }

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

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

 span { border-color: rgb(15,80,6); }

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