#0B560E

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

Shades of Myrtle #0B560E

Tints of Myrtle #0B560E

Color information

#0B560E (or 0x0B560E) is unknown color: approx Myrtle. HEX triplet: 0B, 56 and 0E. RGB value is (11,86,14). Sum of RGB (Red+Green+Blue) = 11+86+14=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 86 (33.98% from 255 or 77.48% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 86 - color contains mainly: green. Hex color #0B560E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B560E is #F4A9F1. Grayscale: #373737. Windows color (decimal): -16034290 or 939531. OLE color: 939531.

HSL color Cylindrical-coordinate representation of color #0B560E: hue angle of 122.4º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B560E is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB118614-
CMYK0.8700.840.66
HSL122.4º77.32%19.02%-
HSV(B)122.4º87.21%33.73%-
XYZ3.556.761.53-
YUV55.37104.6596.35-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.91%
GREEN value IS 86 (33.98% from 255) = 77.48%
BLUE value IS 14 (5.86% from 255) = 12.61%
R=9.91%
G=77.48%
B=12.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1186140.8700.840.66122.477.3219.02
HexB56E57054427a4d13
Octal1312616127012410217211523
Binary10111010110111010101110101010010000101111010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,86,14); }

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

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

 a { background-color: rgb(11,86,14); }

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

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

 span { border-color: rgb(11,86,14); }

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