#085512

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

Shades of Myrtle #085512

Tints of Myrtle #085512

Color information

#085512 (or 0x085512) is unknown color: approx Myrtle. HEX triplet: 08, 55 and 12. RGB value is (8,85,18). Sum of RGB (Red+Green+Blue) = 8+85+18=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 85 (33.59% from 255 or 76.58% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 85 - color contains mainly: green. Hex color #085512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085512 is #F7AAED. Grayscale: #363636. Windows color (decimal): -16231150 or 1201416. OLE color: 1201416.

HSL color Cylindrical-coordinate representation of color #085512: hue angle of 127.79º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085512 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB88518-
CMYK0.9100.790.67
HSL127.79º82.8%18.24%-
HSV(B)127.79º90.59%33.33%-
XYZ3.466.591.66-
YUV54.34107.4994.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 85 (33.59% from 255) = 76.58%
BLUE value IS 18 (7.42% from 255) = 16.22%
R=7.21%
G=76.58%
B=16.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885180.9100.790.67127.7982.818.24
Hex855125B04F43805312
Octal1012522133011710320012322
Binary1000101010110010101101101001111100001110000000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085512; }

 p { color: rgb(8,85,18); }

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

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

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

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

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

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

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