#0F5B05

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

Shades of Myrtle #0F5B05

Tints of Myrtle #0F5B05

Color information

#0F5B05 (or 0x0F5B05) is unknown color: approx Myrtle. HEX triplet: 0F, 5B and 05. RGB value is (15,91,5). Sum of RGB (Red+Green+Blue) = 15+91+5=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 91 (35.94% from 255 or 81.98% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 91 - color contains mainly: green. Hex color #0F5B05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5B05 is #F0A4FA. Grayscale: #3A3A3A. Windows color (decimal): -15770875 or 350991. OLE color: 350991.

HSL color Cylindrical-coordinate representation of color #0F5B05: hue angle of 113.02º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F5B05 is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB15915-
CMYK0.8400.950.64
HSL113.02º89.58%18.82%-
HSV(B)113.02º94.51%35.69%-
XYZ3.977.591.4-
YUV58.4797.8296.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.51%
GREEN value IS 91 (35.94% from 255) = 81.98%
BLUE value IS 5 (2.34% from 255) = 4.50%
R=13.51%
G=81.98%
B=4.50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal159150.8400.950.64113.0289.5818.82
HexF5B55405F40715a13
Octal171335124013710016113223
Binary1111101101110110101000101111110000001110001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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