#085611

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

Shades of Myrtle #085611

Tints of Myrtle #085611

Color information

#085611 (or 0x085611) is unknown color: approx Myrtle. HEX triplet: 08, 56 and 11. RGB value is (8,86,17). Sum of RGB (Red+Green+Blue) = 8+86+17=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 86 (33.98% from 255 or 77.48% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 86 - color contains mainly: green. Hex color #085611 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085611 is #F7A9EE. Grayscale: #373737. Windows color (decimal): -16230895 or 1136136. OLE color: 1136136.

HSL color Cylindrical-coordinate representation of color #085611: hue angle of 126.92º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085611 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB88617-
CMYK0.9100.800.66
HSL126.92º82.98%18.43%-
HSV(B)126.92º90.7%33.73%-
XYZ3.536.751.65-
YUV54.81106.6694.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 86 (33.98% from 255) = 77.48%
BLUE value IS 17 (7.03% from 255) = 15.32%
R=7.21%
G=77.48%
B=15.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal886170.9100.800.66126.9282.9818.43
Hex856115B050427f5312
Octal1012621133012010217712322
Binary100010101101000110110110101000010000101111111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085611; }

 p { color: rgb(8,86,17); }

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

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

 a { background-color: rgb(8,86,17); }

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

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

 span { border-color: rgb(8,86,17); }

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