#0F5506

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

Shades of Myrtle #0F5506

Tints of Myrtle #0F5506

Color information

#0F5506 (or 0x0F5506) is unknown color: approx Myrtle. HEX triplet: 0F, 55 and 06. RGB value is (15,85,6). Sum of RGB (Red+Green+Blue) = 15+85+6=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 85 (33.59% from 255 or 80.19% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5506 is #F0AAF9. Grayscale: #373737. Windows color (decimal): -15772410 or 414991. OLE color: 414991.

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

Color convert

RGB15856-
CMYK0.8200.930.67
HSL113.16º86.81%17.84%-
HSV(B)113.16º92.94%33.33%-
XYZ3.486.611.27-
YUV55.06100.3199.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.15%
GREEN value IS 85 (33.59% from 255) = 80.19%
BLUE value IS 6 (2.73% from 255) = 5.66%
R=14.15%
G=80.19%
B=5.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal158560.8200.930.67113.1686.8117.84
HexF5565205D43715712
Octal171256122013510316112722
Binary1111101010111010100100101110110000111110001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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