Html Css Color HEX #085011 Myrtle

📋 copy color: '#085011'

red 8 ◦ green 80 ◦ blue 17

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

Shades of Myrtle #085011

Tints of Myrtle #085011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 76.19%

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

R = 7.62%
G = 76.19%
B = 16.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#085011 (or 0x085011) is known color: Myrtle. HEX triplet: 08, 50 and 11. RGB value is (8,80,17). Sum of RGB (Red+Green+Blue) = 8+80+17=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 80 (31.64% from 255 or 76.19% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 80 - color contains mainly: green. Hex color #085011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085011 is #F7AFEE. Grayscale: #333333. Windows color (decimal): -16232431 or 1134600. OLE color: 1134600.

HSL color Cylindrical-coordinate representation of color #085011: hue angle of 127.5º 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 #085011 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 80 17 -
CMYK 0.90 0 0.79 0.69
HSL 127.5º 0.82% 0.17% -
HSV(B) 127.5º 0.9% 0.31% -
XYZ 3.07 5.83 1.49 -
YUV 51.29 108.65 97.12 -
System Red Green Blue C M Y K H S L
Decimal 8 80 17 0.90 0 0.79 0.69 127.5 0.82 0.17
Hex 8 50 11 5A 0 4F 45 80 52 11
Octal 10 120 21 132 0 117 105 200 122 21
Binary 1000 1010000 10001 1011010 0 1001111 1000101 10000000 1010010 10001

Color Harmonies of #085011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085011

Black with #085011

Text Example


Text Example

White with #085011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085011; }

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

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

background-color css

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

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

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

border-color css

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

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

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