Html Css Color HEX #114F14 Myrtle

📋 copy color: '#114F14'

red 17 ◦ green 79 ◦ blue 20

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

Shades of Myrtle #114F14

Tints of Myrtle #114F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 68.1%

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

R = 14.66%
G = 68.1%
B = 17.24%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#114F14 (or 0x114F14) is known color: Myrtle. HEX triplet: 11, 4F and 14. RGB value is (17,79,20). Sum of RGB (Red+Green+Blue) = 17+79+20=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 79 (31.25% from 255 or 68.10% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 79 - color contains mainly: green. Hex color #114F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #114F14 is #EEB0EB. Grayscale: #353535. Windows color (decimal): -15642860 or 1330961. OLE color: 1330961.

HSL color Cylindrical-coordinate representation of color #114F14: hue angle of 122.9º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114F14 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 79 20 -
CMYK 0.78 0 0.75 0.69
HSL 122.9º 0.65% 0.19% -
HSV(B) 122.9º 0.78% 0.31% -
XYZ 3.15 5.76 1.61 -
YUV 53.74 108.96 101.8 -
System Red Green Blue C M Y K H S L
Decimal 17 79 20 0.78 0 0.75 0.69 122.9 0.65 0.19
Hex 11 4F 14 4E 0 4B 45 7B 41 13
Octal 21 117 24 116 0 113 105 173 101 23
Binary 10001 1001111 10100 1001110 0 1001011 1000101 1111011 1000001 10011

Color Harmonies of #114F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114F14

Black with #114F14

Text Example


Text Example

White with #114F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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