Html Css Color HEX #116F49 Jewel

📋 copy color: '#116F49'

red 17 ◦ green 111 ◦ blue 73

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

Shades of Jewel #116F49

Tints of Jewel #116F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 55.22%

 BLUE value IS 73 (28.91% from 255) = 36.32%

R = 8.46%
G = 55.22%
B = 36.32%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#116F49 (or 0x116F49) is known color: Jewel. HEX triplet: 11, 6F and 49. RGB value is (17,111,73). Sum of RGB (Red+Green+Blue) = 17+111+73=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 111 (43.75% from 255 or 55.22% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 111 - color contains mainly: green. Hex color #116F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116F49 is #EE90B6. Grayscale: #4E4E4E. Windows color (decimal): -15634615 or 4812561. OLE color: 4812561.

HSL color Cylindrical-coordinate representation of color #116F49: hue angle of 155.74º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116F49 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 111 73 -
CMYK 0.85 0 0.34 0.56
HSL 155.74º 0.73% 0.25% -
HSV(B) 155.74º 0.85% 0.44% -
XYZ 7.12 11.97 8.24 -
YUV 78.56 124.86 84.09 -
System Red Green Blue C M Y K H S L
Decimal 17 111 73 0.85 0 0.34 0.56 155.74 0.73 0.25
Hex 11 6F 49 55 0 22 38 9C 49 19
Octal 21 157 111 125 0 42 70 234 111 31
Binary 10001 1101111 1001001 1010101 0 100010 111000 10011100 1001001 11001

Color Harmonies of #116F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116F49

Black with #116F49

Text Example


Text Example

White with #116F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116F49; }

 p { color: rgb(17,111,73); }

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

background-color css

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

 a { background-color: rgb(17,111,73); }

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

border-color css

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

 span { border-color: rgb(17,111,73); }

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