#085811

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

Shades of Myrtle #085811

Tints of Myrtle #085811

Color information

#085811 (or 0x085811) is unknown color: approx Myrtle. HEX triplet: 08, 58 and 11. RGB value is (8,88,17). Sum of RGB (Red+Green+Blue) = 8+88+17=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 88 (34.77% from 255 or 77.88% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 88 - color contains mainly: green. Hex color #085811 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085811 is #F7A7EE. Grayscale: #383838. Windows color (decimal): -16230383 or 1136648. OLE color: 1136648.

HSL color Cylindrical-coordinate representation of color #085811: hue angle of 126.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085811 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB88817-
CMYK0.9100.810.65
HSL126.75º83.33%18.82%-
HSV(B)126.75º90.91%34.51%-
XYZ3.697.071.7-
YUV55.9910693.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 88 (34.77% from 255) = 77.88%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=7.08%
G=77.88%
B=15.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888170.9100.810.65126.7583.3318.82
Hex858115B051417f5313
Octal1013021133012110117712323
Binary100010110001000110110110101000110000011111111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085811; }

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

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

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

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

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

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

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

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