#0F5501

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

Shades of Myrtle #0F5501

Tints of Myrtle #0F5501

Color information

#0F5501 (or 0x0F5501) is unknown color: approx Myrtle. HEX triplet: 0F, 55 and 01. RGB value is (15,85,1). Sum of RGB (Red+Green+Blue) = 15+85+1=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 85 (33.59% from 255 or 84.16% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5501 is #F0AAFE. Grayscale: #363636. Windows color (decimal): -15772415 or 87311. OLE color: 87311.

HSL color Cylindrical-coordinate representation of color #0F5501: hue angle of 110º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F5501 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB15851-
CMYK0.8200.990.67
HSL110º97.67%16.86%-
HSV(B)110º98.82%33.33%-
XYZ3.456.61.12-
YUV54.4997.8199.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.85%
GREEN value IS 85 (33.59% from 255) = 84.16%
BLUE value IS 1 (0.78% from 255) = 0.99%
R=14.85%
G=84.16%
B=0.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal158510.8200.990.6711097.6716.86
HexF55152063436e6211
Octal171251122014310315614221
Binary11111010101110100100110001110000111101110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,85,1); }

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

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

 a { background-color: rgb(15,85,1); }

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

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

 span { border-color: rgb(15,85,1); }

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