#085808

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

Shades of Myrtle #085808

Tints of Myrtle #085808

Color information

#085808 (or 0x085808) is unknown color: approx Myrtle. HEX triplet: 08, 58 and 08. RGB value is (8,88,8). Sum of RGB (Red+Green+Blue) = 8+88+8=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 88 (34.77% from 255 or 84.62% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 88 - color contains mainly: green. Hex color #085808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085808 is #F7A7F7. Grayscale: #373737. Windows color (decimal): -16230392 or 546824. OLE color: 546824.

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

Color convert

RGB8888-
CMYK0.9100.910.65
HSL120º83.33%18.82%-
HSV(B)120º90.91%34.51%-
XYZ3.637.051.4-
YUV54.96101.594.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.69%
GREEN value IS 88 (34.77% from 255) = 84.62%
BLUE value IS 8 (3.52% from 255) = 7.69%
R=7.69%
G=84.62%
B=7.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88880.9100.910.6512083.3318.82
Hex85885B05B41785313
Octal1013010133013310117012323
Binary10001011000100010110110101101110000011111000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085808; }

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

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

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

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

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

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

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

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