Html Css Color HEX #114716 Myrtle

📋 copy color: '#114716'

red 17 ◦ green 71 ◦ blue 22

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

Shades of Myrtle #114716

Tints of Myrtle #114716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 20%

R = 15.45%
G = 64.55%
B = 20%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#114716 (or 0x114716) is known color: Myrtle. HEX triplet: 11, 47 and 16. RGB value is (17,71,22). Sum of RGB (Red+Green+Blue) = 17+71+22=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #114716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114716 is #EEB8E9. Grayscale: #313131. Windows color (decimal): -15644906 or 1459985. OLE color: 1459985.

HSL color Cylindrical-coordinate representation of color #114716: hue angle of 125.56º 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 #114716 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 71 22 -
CMYK 0.76 0 0.69 0.72
HSL 125.56º 0.61% 0.17% -
HSV(B) 125.56º 0.76% 0.28% -
XYZ 2.63 4.68 1.52 -
YUV 49.27 112.61 104.98 -
System Red Green Blue C M Y K H S L
Decimal 17 71 22 0.76 0 0.69 0.72 125.56 0.61 0.17
Hex 11 47 16 4C 0 45 48 7E 3D 11
Octal 21 107 26 114 0 105 110 176 75 21
Binary 10001 1000111 10110 1001100 0 1000101 1001000 1111110 111101 10001

Color Harmonies of #114716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114716

Black with #114716

Text Example


Text Example

White with #114716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114716; }

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

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

background-color css

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

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

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

border-color css

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

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

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