#085113

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

Shades of Myrtle #085113

Tints of Myrtle #085113

Color information

#085113 (or 0x085113) is unknown color: approx Myrtle. HEX triplet: 08, 51 and 13. RGB value is (8,81,19). Sum of RGB (Red+Green+Blue) = 8+81+19=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 81 (32.03% from 255 or 75% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 81 - color contains mainly: green. Hex color #085113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085113 is #F7AEEC. Grayscale: #343434. Windows color (decimal): -16232173 or 1265928. OLE color: 1265928.

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

Color convert

RGB88119-
CMYK0.9000.770.68
HSL129.04º82.02%17.45%-
HSV(B)129.04º90.12%31.76%-
XYZ3.165.981.6-
YUV52.1109.3296.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.41%
GREEN value IS 81 (32.03% from 255) = 75%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=7.41%
G=75%
B=17.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal881190.9000.770.68129.0482.0217.45
Hex851135A04D44815211
Octal1012123132011510420112221
Binary1000101000110011101101001001101100010010000001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085113; }

 p { color: rgb(8,81,19); }

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

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

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

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

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

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

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