#0F5510

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

Shades of Myrtle #0F5510

Tints of Myrtle #0F5510

Color information

#0F5510 (or 0x0F5510) is unknown color: approx Myrtle. HEX triplet: 0F, 55 and 10. RGB value is (15,85,16). Sum of RGB (Red+Green+Blue) = 15+85+16=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 85 (33.59% from 255 or 73.28% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5510 is #F0AAEF. Grayscale: #383838. Windows color (decimal): -15772400 or 1070351. OLE color: 1070351.

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

Color convert

RGB158516-
CMYK0.8200.810.67
HSL120.86º70%19.61%-
HSV(B)120.86º82.35%33.33%-
XYZ3.546.641.58-
YUV56.2105.3198.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.93%
GREEN value IS 85 (33.59% from 255) = 73.28%
BLUE value IS 16 (6.64% from 255) = 13.79%
R=12.93%
G=73.28%
B=13.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1585160.8200.810.67120.867019.61
HexF55105205143794614
Octal1712520122012110317110624
Binary111110101011000010100100101000110000111111001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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