#0B5610

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

Shades of Myrtle #0B5610

Tints of Myrtle #0B5610

Color information

#0B5610 (or 0x0B5610) is unknown color: approx Myrtle. HEX triplet: 0B, 56 and 10. RGB value is (11,86,16). Sum of RGB (Red+Green+Blue) = 11+86+16=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 86 (33.98% from 255 or 76.11% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 86 - color contains mainly: green. Hex color #0B5610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5610 is #F4A9EF. Grayscale: #373737. Windows color (decimal): -16034288 or 1070603. OLE color: 1070603.

HSL color Cylindrical-coordinate representation of color #0B5610: hue angle of 124º 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 #0B5610 is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.66.

Color convert

RGB118616-
CMYK0.8700.810.66
HSL124º77.32%19.02%-
HSV(B)124º87.21%33.73%-
XYZ3.566.761.61-
YUV55.6105.6596.19-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.73%
GREEN value IS 86 (33.98% from 255) = 76.11%
BLUE value IS 16 (6.64% from 255) = 14.16%
R=9.73%
G=76.11%
B=14.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1186160.8700.810.6612477.3219.02
HexB561057051427c4d13
Octal1312620127012110217411523
Binary101110101101000010101110101000110000101111100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B5610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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