#0F5E16

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

Shades of Myrtle #0F5E16

Tints of Myrtle #0F5E16

Color information

#0F5E16 (or 0x0F5E16) is unknown color: approx Myrtle. HEX triplet: 0F, 5E and 16. RGB value is (15,94,22). Sum of RGB (Red+Green+Blue) = 15+94+22=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 94 (37.11% from 255 or 71.76% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 94 - color contains mainly: green. Hex color #0F5E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5E16 is #F0A1E9. Grayscale: #3E3E3E. Windows color (decimal): -15770090 or 1465871. OLE color: 1465871.

HSL color Cylindrical-coordinate representation of color #0F5E16: hue angle of 125.32º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5E16 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.

Color convert

RGB159422-
CMYK0.8400.770.63
HSL125.32º72.48%21.37%-
HSV(B)125.32º84.04%36.86%-
XYZ4.348.162.11-
YUV62.17105.3394.35-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.45%
GREEN value IS 94 (37.11% from 255) = 71.76%
BLUE value IS 22 (8.98% from 255) = 16.79%
R=11.45%
G=71.76%
B=16.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1594220.8400.770.63125.3272.4821.37
HexF5E165404D3F7d4815
Octal171362612401157717511025
Binary11111011110101101010100010011011111111111101100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,94,22); }

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

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

 a { background-color: rgb(15,94,22); }

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

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

 span { border-color: rgb(15,94,22); }

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