#085609

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

Shades of Myrtle #085609

Tints of Myrtle #085609

Color information

#085609 (or 0x085609) is unknown color: approx Myrtle. HEX triplet: 08, 56 and 09. RGB value is (8,86,9). Sum of RGB (Red+Green+Blue) = 8+86+9=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 86 (33.98% from 255 or 83.50% from 103); Blue value is 9 (3.91% from 255 or 8.74% from 103); Max value from RGB is 86 - color contains mainly: green. Hex color #085609 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085609 is #F7A9F6. Grayscale: #363636. Windows color (decimal): -16230903 or 611848. OLE color: 611848.

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

Color convert

RGB8869-
CMYK0.9100.900.66
HSL120.77º82.98%18.43%-
HSV(B)120.77º90.7%33.73%-
XYZ3.486.731.37-
YUV53.9102.6695.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.77%
GREEN value IS 86 (33.98% from 255) = 83.50%
BLUE value IS 9 (3.91% from 255) = 8.74%
R=7.77%
G=83.50%
B=8.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal88690.9100.900.66120.7782.9818.43
Hex85695B05A42795312
Octal1012611133013210217112322
Binary10001010110100110110110101101010000101111001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085609; }

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

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

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

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

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

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

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

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