#085412

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

Shades of Myrtle #085412

Tints of Myrtle #085412

Color information

#085412 (or 0x085412) is unknown color: approx Myrtle. HEX triplet: 08, 54 and 12. RGB value is (8,84,18). Sum of RGB (Red+Green+Blue) = 8+84+18=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 84 (33.20% from 255 or 76.36% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 84 - color contains mainly: green. Hex color #085412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085412 is #F7ABED. Grayscale: #353535. Windows color (decimal): -16231406 or 1201160. OLE color: 1201160.

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

Color convert

RGB88418-
CMYK0.9000.790.67
HSL127.89º82.61%18.04%-
HSV(B)127.89º90.48%32.94%-
XYZ3.386.441.64-
YUV53.75107.8295.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.27%
GREEN value IS 84 (33.20% from 255) = 76.36%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=7.27%
G=76.36%
B=16.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal884180.9000.790.67127.8982.6118.04
Hex854125A04F43805312
Octal1012422132011710320012322
Binary1000101010010010101101001001111100001110000000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085412; }

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

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

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

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

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

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

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

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