Html Css Color HEX #114714 Myrtle

📋 copy color: '#114714'

red 17 ◦ green 71 ◦ blue 20

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

Shades of Myrtle #114714

Tints of Myrtle #114714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 65.74%

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

R = 15.74%
G = 65.74%
B = 18.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#114714 (or 0x114714) is known color: Myrtle. HEX triplet: 11, 47 and 14. RGB value is (17,71,20). Sum of RGB (Red+Green+Blue) = 17+71+20=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 71 (28.12% from 255 or 65.74% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 71 - color contains mainly: green. Hex color #114714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114714 is #EEB8EB. Grayscale: #313131. Windows color (decimal): -15644908 or 1328913. OLE color: 1328913.

HSL color Cylindrical-coordinate representation of color #114714: hue angle of 123.33º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114714 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 71 20 -
CMYK 0.76 0 0.72 0.72
HSL 123.33º 0.61% 0.17% -
HSV(B) 123.33º 0.76% 0.28% -
XYZ 2.61 4.68 1.43 -
YUV 49.04 111.61 105.15 -
System Red Green Blue C M Y K H S L
Decimal 17 71 20 0.76 0 0.72 0.72 123.33 0.61 0.17
Hex 11 47 14 4C 0 48 48 7B 3D 11
Octal 21 107 24 114 0 110 110 173 75 21
Binary 10001 1000111 10100 1001100 0 1001000 1001000 1111011 111101 10001

Color Harmonies of #114714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114714

Black with #114714

Text Example


Text Example

White with #114714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114714; }

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

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

background-color css

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

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

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

border-color css

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

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

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