#0F5A05

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

Shades of Myrtle #0F5A05

Tints of Myrtle #0F5A05

Color information

#0F5A05 (or 0x0F5A05) is unknown color: approx Myrtle. HEX triplet: 0F, 5A and 05. RGB value is (15,90,5). Sum of RGB (Red+Green+Blue) = 15+90+5=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 90 (35.55% from 255 or 81.82% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 90 - color contains mainly: green. Hex color #0F5A05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5A05 is #F0A5FA. Grayscale: #3A3A3A. Windows color (decimal): -15771131 or 350735. OLE color: 350735.

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

Color convert

RGB15905-
CMYK0.8300.940.65
HSL112.94º89.47%18.63%-
HSV(B)112.94º94.44%35.29%-
XYZ3.887.421.37-
YUV57.8898.1597.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.64%
GREEN value IS 90 (35.55% from 255) = 81.82%
BLUE value IS 5 (2.34% from 255) = 4.55%
R=13.64%
G=81.82%
B=4.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal159050.8300.940.65112.9489.4718.63
HexF5A55305E41715913
Octal171325123013610116113123
Binary1111101101010110100110101111010000011110001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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