Html Css Color HEX #116113 Myrtle

📋 copy color: '#116113'

red 17 ◦ green 97 ◦ blue 19

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

Shades of Myrtle #116113

Tints of Myrtle #116113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 72.93%

 BLUE value IS 19 (7.81% from 255) = 14.29%

R = 12.78%
G = 72.93%
B = 14.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#116113 (or 0x116113) is known color: Myrtle. HEX triplet: 11, 61 and 13. RGB value is (17,97,19). Sum of RGB (Red+Green+Blue) = 17+97+19=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 97 (38.28% from 255 or 72.93% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 97 - color contains mainly: green. Hex color #116113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116113 is #EE9EEC. Grayscale: #404040. Windows color (decimal): -15638253 or 1270033. OLE color: 1270033.

HSL color Cylindrical-coordinate representation of color #116113: hue angle of 121.5º 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 #116113 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 97 19 -
CMYK 0.82 0 0.80 0.62
HSL 121.5º 0.7% 0.22% -
HSV(B) 121.5º 0.82% 0.38% -
XYZ 4.62 8.72 2.05 -
YUV 64.19 102.5 94.34 -
System Red Green Blue C M Y K H S L
Decimal 17 97 19 0.82 0 0.80 0.62 121.5 0.7 0.22
Hex 11 61 13 52 0 50 3E 7A 46 16
Octal 21 141 23 122 0 120 76 172 106 26
Binary 10001 1100001 10011 1010010 0 1010000 111110 1111010 1000110 10110

Color Harmonies of #116113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116113

Black with #116113

Text Example


Text Example

White with #116113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116113; }

 p { color: rgb(17,97,19); }

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

background-color css

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

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

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

border-color css

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

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

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