#06560E

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

Shades of Myrtle #06560E

Tints of Myrtle #06560E

Color information

#06560E (or 0x06560E) is unknown color: approx Myrtle. HEX triplet: 06, 56 and 0E. RGB value is (6,86,14). Sum of RGB (Red+Green+Blue) = 6+86+14=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 86 (33.98% from 255 or 81.13% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 86 - color contains mainly: green. Hex color #06560E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06560E is #F9A9F1. Grayscale: #363636. Windows color (decimal): -16361970 or 939526. OLE color: 939526.

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

Color convert

RGB68614-
CMYK0.9300.840.66
HSL126º86.96%18.04%-
HSV(B)126º93.02%33.73%-
XYZ3.486.731.53-
YUV53.87105.593.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.66%
GREEN value IS 86 (33.98% from 255) = 81.13%
BLUE value IS 14 (5.86% from 255) = 13.21%
R=5.66%
G=81.13%
B=13.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal686140.9300.840.6612686.9618.04
Hex656E5D054427e5712
Octal612616135012410217612722
Binary1101010110111010111010101010010000101111110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06560E; }

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

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

<style>
 a { background-color: #06560E; }

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

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

<style>
 span { border-color: #06560E; }

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

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