#0F5A16

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

Shades of Myrtle #0F5A16

Tints of Myrtle #0F5A16

Color information

#0F5A16 (or 0x0F5A16) is unknown color: approx Myrtle. HEX triplet: 0F, 5A and 16. RGB value is (15,90,22). Sum of RGB (Red+Green+Blue) = 15+90+22=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 90 (35.55% from 255 or 70.87% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 90 - color contains mainly: green. Hex color #0F5A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5A16 is #F0A5E9. Grayscale: #3C3C3C. Windows color (decimal): -15771114 or 1464847. OLE color: 1464847.

HSL color Cylindrical-coordinate representation of color #0F5A16: hue angle of 125.6º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5A16 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB159022-
CMYK0.8300.760.65
HSL125.6º71.43%20.59%-
HSV(B)125.6º83.33%35.29%-
XYZ47.471.99-
YUV59.82106.6596.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.81%
GREEN value IS 90 (35.55% from 255) = 70.87%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=11.81%
G=70.87%
B=17.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1590220.8300.760.65125.671.4320.59
HexF5A165304C417e4715
Octal1713226123011410117610725
Binary111110110101011010100110100110010000011111110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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