Html Css Color HEX #116114 Myrtle

📋 copy color: '#116114'

red 17 ◦ green 97 ◦ blue 20

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

Shades of Myrtle #116114

Tints of Myrtle #116114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.93%

R = 12.69%
G = 72.39%
B = 14.93%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#116114 (or 0x116114) is known color: Myrtle. HEX triplet: 11, 61 and 14. RGB value is (17,97,20). Sum of RGB (Red+Green+Blue) = 17+97+20=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 97 (38.28% from 255 or 72.39% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 97 - color contains mainly: green. Hex color #116114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116114 is #EE9EEB. Grayscale: #404040. Windows color (decimal): -15638252 or 1335569. OLE color: 1335569.

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

Color convert

RGB 17 97 20 -
CMYK 0.82 0 0.79 0.62
HSL 122.25º 0.7% 0.22% -
HSV(B) 122.25º 0.82% 0.38% -
XYZ 4.63 8.72 2.1 -
YUV 64.3 103 94.26 -
System Red Green Blue C M Y K H S L
Decimal 17 97 20 0.82 0 0.79 0.62 122.25 0.7 0.22
Hex 11 61 14 52 0 4F 3E 7A 46 16
Octal 21 141 24 122 0 117 76 172 106 26
Binary 10001 1100001 10100 1010010 0 1001111 111110 1111010 1000110 10110

Color Harmonies of #116114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116114

Black with #116114

Text Example


Text Example

White with #116114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116114; }

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

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

background-color css

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

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

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

border-color css

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

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

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