Html Css Color HEX #116011 Myrtle

📋 copy color: '#116011'

red 17 ◦ green 96 ◦ blue 17

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

Shades of Myrtle #116011

Tints of Myrtle #116011

RGB

 RED value IS 17 (7.03% from 255) = 13.08%

 GREEN value IS 96 (37.89% from 255) = 73.85%

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

R = 13.08%
G = 73.85%
B = 13.08%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#116011 (or 0x116011) is known color: Myrtle. HEX triplet: 11, 60 and 11. RGB value is (17,96,17). Sum of RGB (Red+Green+Blue) = 17+96+17=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 96 (37.89% from 255 or 73.85% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 96 - color contains mainly: green. Hex color #116011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116011 is #EE9FEE. Grayscale: #3F3F3F. Windows color (decimal): -15638511 or 1138705. OLE color: 1138705.

HSL color Cylindrical-coordinate representation of color #116011: hue angle of 120º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116011 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 96 17 -
CMYK 0.82 0 0.82 0.62
HSL 120º 0.7% 0.22% -
HSV(B) 120º 0.82% 0.38% -
XYZ 4.52 8.53 1.94 -
YUV 63.37 101.83 94.92 -
System Red Green Blue C M Y K H S L
Decimal 17 96 17 0.82 0 0.82 0.62 120 0.7 0.22
Hex 11 60 11 52 0 52 3E 78 46 16
Octal 21 140 21 122 0 122 76 170 106 26
Binary 10001 1100000 10001 1010010 0 1010010 111110 1111000 1000110 10110

Color Harmonies of #116011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116011

Black with #116011

Text Example


Text Example

White with #116011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116011; }

 p { color: rgb(17,96,17); }

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

background-color css

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

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

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

border-color css

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

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

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