#0F5507

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

Shades of Myrtle #0F5507

Tints of Myrtle #0F5507

Color information

#0F5507 (or 0x0F5507) is unknown color: approx Myrtle. HEX triplet: 0F, 55 and 07. RGB value is (15,85,7). Sum of RGB (Red+Green+Blue) = 15+85+7=107 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.02% from 107); Green value is 85 (33.59% from 255 or 79.44% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5507 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5507 is #F0AAF8. Grayscale: #373737. Windows color (decimal): -15772409 or 480527. OLE color: 480527.

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

Color convert

RGB15857-
CMYK0.8200.920.67
HSL113.85º84.78%18.04%-
HSV(B)113.85º91.76%33.33%-
XYZ3.486.611.29-
YUV55.18100.8199.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.02%
GREEN value IS 85 (33.59% from 255) = 79.44%
BLUE value IS 7 (3.12% from 255) = 6.54%
R=14.02%
G=79.44%
B=6.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal158570.8200.920.67113.8584.7818.04
HexF5575205C43725512
Octal171257122013410316212522
Binary1111101010111110100100101110010000111110010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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