#085014

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

Shades of Myrtle #085014

Tints of Myrtle #085014

Color information

#085014 (or 0x085014) is unknown color: approx Myrtle. HEX triplet: 08, 50 and 14. RGB value is (8,80,20). Sum of RGB (Red+Green+Blue) = 8+80+20=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 80 (31.64% from 255 or 74.07% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 80 - color contains mainly: green. Hex color #085014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085014 is #F7AFEB. Grayscale: #333333. Windows color (decimal): -16232428 or 1331208. OLE color: 1331208.

HSL color Cylindrical-coordinate representation of color #085014: hue angle of 130º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085014 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB88020-
CMYK0.9000.750.69
HSL130º81.82%17.25%-
HSV(B)130º90%31.37%-
XYZ3.15.841.63-
YUV51.63110.1596.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.41%
GREEN value IS 80 (31.64% from 255) = 74.07%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=7.41%
G=74.07%
B=18.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal880200.9000.750.6913081.8217.25
Hex850145A04B45825211
Octal1012024132011310520212221
Binary1000101000010100101101001001011100010110000010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085014; }

 p { color: rgb(8,80,20); }

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

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

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

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

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

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

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