#085708

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

Shades of Myrtle #085708

Tints of Myrtle #085708

Color information

#085708 (or 0x085708) is unknown color: approx Myrtle. HEX triplet: 08, 57 and 08. RGB value is (8,87,8). Sum of RGB (Red+Green+Blue) = 8+87+8=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 87 (34.38% from 255 or 84.47% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 87 - color contains mainly: green. Hex color #085708 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085708 is #F7A8F7. Grayscale: #363636. Windows color (decimal): -16230648 or 546568. OLE color: 546568.

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

Color convert

RGB8878-
CMYK0.9100.910.66
HSL120º83.16%18.63%-
HSV(B)120º90.8%34.12%-
XYZ3.556.891.37-
YUV54.37101.8394.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.77%
GREEN value IS 87 (34.38% from 255) = 84.47%
BLUE value IS 8 (3.52% from 255) = 7.77%
R=7.77%
G=84.47%
B=7.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal88780.9100.910.6612083.1618.63
Hex85785B05B42785313
Octal1012710133013310217012323
Binary10001010111100010110110101101110000101111000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085708; }

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

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

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

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

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

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

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

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