#085510

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

Shades of Myrtle #085510

Tints of Myrtle #085510

Color information

#085510 (or 0x085510) is unknown color: approx Myrtle. HEX triplet: 08, 55 and 10. RGB value is (8,85,16). Sum of RGB (Red+Green+Blue) = 8+85+16=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 85 (33.59% from 255 or 77.98% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 85 - color contains mainly: green. Hex color #085510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085510 is #F7AAEF. Grayscale: #363636. Windows color (decimal): -16231152 or 1070344. OLE color: 1070344.

HSL color Cylindrical-coordinate representation of color #085510: hue angle of 126.23º 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 #085510 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB88516-
CMYK0.9100.810.67
HSL126.23º82.8%18.24%-
HSV(B)126.23º90.59%33.33%-
XYZ3.446.591.58-
YUV54.11106.4995.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.34%
GREEN value IS 85 (33.59% from 255) = 77.98%
BLUE value IS 16 (6.64% from 255) = 14.68%
R=7.34%
G=77.98%
B=14.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885160.9100.810.67126.2382.818.24
Hex855105B051437e5312
Octal1012520133012110317612322
Binary100010101011000010110110101000110000111111110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085510; }

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

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

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

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

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

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

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

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