#06560F

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

Shades of Myrtle #06560F

Tints of Myrtle #06560F

Color information

#06560F (or 0x06560F) is unknown color: approx Myrtle. HEX triplet: 06, 56 and 0F. RGB value is (6,86,15). Sum of RGB (Red+Green+Blue) = 6+86+15=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 86 (33.98% from 255 or 80.37% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 86 - color contains mainly: green. Hex color #06560F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06560F is #F9A9F0. Grayscale: #363636. Windows color (decimal): -16361969 or 1005062. OLE color: 1005062.

HSL color Cylindrical-coordinate representation of color #06560F: hue angle of 126.75º 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 #06560F is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB68615-
CMYK0.9300.830.66
HSL126.75º86.96%18.04%-
HSV(B)126.75º93.02%33.73%-
XYZ3.496.731.57-
YUV53.9910693.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 86 (33.98% from 255) = 80.37%
BLUE value IS 15 (6.25% from 255) = 14.02%
R=5.61%
G=80.37%
B=14.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal686150.9300.830.66126.7586.9618.04
Hex656F5D053427f5712
Octal612617135012310217712722
Binary1101010110111110111010101001110000101111111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06560F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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