#085605

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

Shades of Myrtle #085605

Tints of Myrtle #085605

Color information

#085605 (or 0x085605) is unknown color: approx Myrtle. HEX triplet: 08, 56 and 05. RGB value is (8,86,5). Sum of RGB (Red+Green+Blue) = 8+86+5=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 86 (33.98% from 255 or 86.87% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 86 - color contains mainly: green. Hex color #085605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085605 is #F7A9FA. Grayscale: #353535. Windows color (decimal): -16230907 or 349704. OLE color: 349704.

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

Color convert

RGB8865-
CMYK0.9100.940.66
HSL117.78º89.01%17.84%-
HSV(B)117.78º94.19%33.73%-
XYZ3.466.721.26-
YUV53.44100.6695.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.08%
GREEN value IS 86 (33.98% from 255) = 86.87%
BLUE value IS 5 (2.34% from 255) = 5.05%
R=8.08%
G=86.87%
B=5.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal88650.9100.940.66117.7889.0117.84
Hex85655B05E42765912
Octal101265133013610216613122
Binary1000101011010110110110101111010000101110110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085605; }

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

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

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

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

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

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

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

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