Html Css Color HEX #085A11 Myrtle

📋 copy color: '#085A11'

red 8 ◦ green 90 ◦ blue 17

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

Shades of Myrtle #085A11

Tints of Myrtle #085A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 78.26%

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

R = 6.96%
G = 78.26%
B = 14.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#085A11 (or 0x085A11) is known color: Myrtle. HEX triplet: 08, 5A and 11. RGB value is (8,90,17). Sum of RGB (Red+Green+Blue) = 8+90+17=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 90 (35.55% from 255 or 78.26% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 90 - color contains mainly: green. Hex color #085A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085A11 is #F7A5EE. Grayscale: #393939. Windows color (decimal): -16229871 or 1137160. OLE color: 1137160.

HSL color Cylindrical-coordinate representation of color #085A11: hue angle of 126.59º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085A11 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 90 17 -
CMYK 0.91 0 0.81 0.65
HSL 126.59º 0.84% 0.19% -
HSV(B) 126.59º 0.91% 0.35% -
XYZ 3.86 7.4 1.76 -
YUV 57.16 105.33 92.94 -
System Red Green Blue C M Y K H S L
Decimal 8 90 17 0.91 0 0.81 0.65 126.59 0.84 0.19
Hex 8 5A 11 5B 0 51 41 7F 54 13
Octal 10 132 21 133 0 121 101 177 124 23
Binary 1000 1011010 10001 1011011 0 1010001 1000001 1111111 1010100 10011

Color Harmonies of #085A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085A11

Black with #085A11

Text Example


Text Example

White with #085A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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