Html Css Color HEX #085611 Myrtle

📋 copy color: '#085611'

red 8 ◦ green 86 ◦ blue 17

#085611
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #085611

Tints of Myrtle #085611

RGB

 RED value IS 8 (3.52% from 255) = 7.21%

 GREEN value IS 86 (33.98% from 255) = 77.48%

 BLUE value IS 17 (7.03% from 255) = 15.32%

R = 7.21%
G = 77.48%
B = 15.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#085611 (or 0x085611) is known color: Myrtle. HEX triplet: 08, 56 and 11. RGB value is (8,86,17). Sum of RGB (Red+Green+Blue) = 8+86+17=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 86 (33.98% from 255 or 77.48% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 86 - color contains mainly: green. Hex color #085611 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085611 is #F7A9EE. Grayscale: #373737. Windows color (decimal): -16230895 or 1136136. OLE color: 1136136.

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

Color convert

RGB 8 86 17 -
CMYK 0.91 0 0.80 0.66
HSL 126.92º 0.83% 0.18% -
HSV(B) 126.92º 0.91% 0.34% -
XYZ 3.53 6.75 1.65 -
YUV 54.81 106.66 94.61 -
System Red Green Blue C M Y K H S L
Decimal 8 86 17 0.91 0 0.80 0.66 126.92 0.83 0.18
Hex 8 56 11 5B 0 50 42 7F 53 12
Octal 10 126 21 133 0 120 102 177 123 22
Binary 1000 1010110 10001 1011011 0 1010000 1000010 1111111 1010011 10010

Color Harmonies of #085611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085611

Black with #085611

Text Example


Text Example

White with #085611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085611; }

 p { color: rgb(8,86,17); }

 H1.HeaderClassName
 {
   color: #085611;
 }
 .AnyTagClassName
 {
   color: #085611;
 }
</style>

background-color css

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

 a { background-color: rgb(8,86,17); }

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

border-color css

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

 span { border-color: rgb(8,86,17); }

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