#0B560A

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

Shades of Myrtle #0B560A

Tints of Myrtle #0B560A

Color information

#0B560A (or 0x0B560A) is unknown color: approx Myrtle. HEX triplet: 0B, 56 and 0A. RGB value is (11,86,10). Sum of RGB (Red+Green+Blue) = 11+86+10=107 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.28% from 107); Green value is 86 (33.98% from 255 or 80.37% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 86 - color contains mainly: green. Hex color #0B560A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B560A is #F4A9F5. Grayscale: #373737. Windows color (decimal): -16034294 or 677387. OLE color: 677387.

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

Color convert

RGB118610-
CMYK0.8700.880.66
HSL119.21º79.17%18.82%-
HSV(B)119.21º88.37%33.73%-
XYZ3.526.751.4-
YUV54.91102.6596.68-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.28%
GREEN value IS 86 (33.98% from 255) = 80.37%
BLUE value IS 10 (4.30% from 255) = 9.35%
R=10.28%
G=80.37%
B=9.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1186100.8700.880.66119.2179.1718.82
HexB56A5705842774f13
Octal1312612127013010216711723
Binary10111010110101010101110101100010000101110111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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