#0F5613

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

Shades of Myrtle #0F5613

Tints of Myrtle #0F5613

Color information

#0F5613 (or 0x0F5613) is unknown color: approx Myrtle. HEX triplet: 0F, 56 and 13. RGB value is (15,86,19). Sum of RGB (Red+Green+Blue) = 15+86+19=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 86 (33.98% from 255 or 71.67% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 86 - color contains mainly: green. Hex color #0F5613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5613 is #F0A9EC. Grayscale: #393939. Windows color (decimal): -15772141 or 1267215. OLE color: 1267215.

HSL color Cylindrical-coordinate representation of color #0F5613: hue angle of 123.38º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5613 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB158619-
CMYK0.8300.780.66
HSL123.38º70.3%19.8%-
HSV(B)123.38º82.56%33.73%-
XYZ3.646.81.74-
YUV57.13106.4897.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.5%
GREEN value IS 86 (33.98% from 255) = 71.67%
BLUE value IS 19 (7.81% from 255) = 15.83%
R=12.5%
G=71.67%
B=15.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1586190.8300.780.66123.3870.319.8
HexF56135304E427b4614
Octal1712623123011610217310624
Binary111110101101001110100110100111010000101111011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,86,19); }

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

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

 a { background-color: rgb(15,86,19); }

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

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

 span { border-color: rgb(15,86,19); }

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