Html Css Color HEX #116F47 Jewel

📋 copy color: '#116F47'

red 17 ◦ green 111 ◦ blue 71

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

Shades of Jewel #116F47

Tints of Jewel #116F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 35.68%

R = 8.54%
G = 55.78%
B = 35.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#116F47 (or 0x116F47) is known color: Jewel. HEX triplet: 11, 6F and 47. RGB value is (17,111,71). Sum of RGB (Red+Green+Blue) = 17+111+71=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 111 (43.75% from 255 or 55.78% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 111 - color contains mainly: green. Hex color #116F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116F47 is #EE90B8. Grayscale: #4E4E4E. Windows color (decimal): -15634617 or 4681489. OLE color: 4681489.

HSL color Cylindrical-coordinate representation of color #116F47: hue angle of 154.47º 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 #116F47 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 111 71 -
CMYK 0.85 0 0.36 0.56
HSL 154.47º 0.73% 0.25% -
HSV(B) 154.47º 0.85% 0.44% -
XYZ 7.05 11.94 7.89 -
YUV 78.33 123.86 84.25 -
System Red Green Blue C M Y K H S L
Decimal 17 111 71 0.85 0 0.36 0.56 154.47 0.73 0.25
Hex 11 6F 47 55 0 24 38 9A 49 19
Octal 21 157 107 125 0 44 70 232 111 31
Binary 10001 1101111 1000111 1010101 0 100100 111000 10011010 1001001 11001

Color Harmonies of #116F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116F47

Black with #116F47

Text Example


Text Example

White with #116F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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