#085602

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

Shades of Myrtle #085602

Tints of Myrtle #085602

Color information

#085602 (or 0x085602) is unknown color: approx Myrtle. HEX triplet: 08, 56 and 02. RGB value is (8,86,2). Sum of RGB (Red+Green+Blue) = 8+86+2=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 86 (33.98% from 255 or 89.58% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 86 - color contains mainly: green. Hex color #085602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085602 is #F7A9FD. Grayscale: #353535. Windows color (decimal): -16230910 or 153096. OLE color: 153096.

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

Color convert

RGB8862-
CMYK0.9100.980.66
HSL115.71º95.45%17.25%-
HSV(B)115.71º97.67%33.73%-
XYZ3.446.711.17-
YUV53.199.1695.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.33%
GREEN value IS 86 (33.98% from 255) = 89.58%
BLUE value IS 2 (1.17% from 255) = 2.08%
R=8.33%
G=89.58%
B=2.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal88620.9100.980.66115.7195.4517.25
Hex85625B06242745f11
Octal101262133014210216413721
Binary100010101101010110110110001010000101110100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085602; }

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

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

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

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

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

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

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

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