Html Css Color HEX #116014 Myrtle

📋 copy color: '#116014'

red 17 ◦ green 96 ◦ blue 20

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

Shades of Myrtle #116014

Tints of Myrtle #116014

RGB

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

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

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

R = 12.78%
G = 72.18%
B = 15.04%

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

#116014 (or 0x116014) is known color: Myrtle. HEX triplet: 11, 60 and 14. RGB value is (17,96,20). Sum of RGB (Red+Green+Blue) = 17+96+20=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 96 (37.89% from 255 or 72.18% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 96 - color contains mainly: green. Hex color #116014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116014 is #EE9FEB. Grayscale: #3F3F3F. Windows color (decimal): -15638508 or 1335313. OLE color: 1335313.

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

Color convert

RGB 17 96 20 -
CMYK 0.82 0 0.79 0.62
HSL 122.28º 0.7% 0.22% -
HSV(B) 122.28º 0.82% 0.38% -
XYZ 4.54 8.54 2.07 -
YUV 63.72 103.33 94.68 -
System Red Green Blue C M Y K H S L
Decimal 17 96 20 0.82 0 0.79 0.62 122.28 0.7 0.22
Hex 11 60 14 52 0 4F 3E 7A 46 16
Octal 21 140 24 122 0 117 76 172 106 26
Binary 10001 1100000 10100 1010010 0 1001111 111110 1111010 1000110 10110

Color Harmonies of #116014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116014

Black with #116014

Text Example


Text Example

White with #116014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116014; }

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

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

background-color css

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

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

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

border-color css

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

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

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