Html Css Color HEX #116947 Jewel

📋 copy color: '#116947'

red 17 ◦ green 105 ◦ blue 71

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

Shades of Jewel #116947

Tints of Jewel #116947

RGB

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

 GREEN value IS 105 (41.41% from 255) = 54.4%

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

R = 8.81%
G = 54.4%
B = 36.79%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#116947 (or 0x116947) is known color: Jewel. HEX triplet: 11, 69 and 47. RGB value is (17,105,71). Sum of RGB (Red+Green+Blue) = 17+105+71=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #116947 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116947 is #EE96B8. Grayscale: #4A4A4A. Windows color (decimal): -15636153 or 4679953. OLE color: 4679953.

HSL color Cylindrical-coordinate representation of color #116947: hue angle of 156.82º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116947 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 105 71 -
CMYK 0.84 0 0.32 0.59
HSL 156.82º 0.72% 0.24% -
HSV(B) 156.82º 0.84% 0.41% -
XYZ 6.42 10.68 7.68 -
YUV 74.81 125.85 86.76 -
System Red Green Blue C M Y K H S L
Decimal 17 105 71 0.84 0 0.32 0.59 156.82 0.72 0.24
Hex 11 69 47 54 0 20 3B 9D 48 18
Octal 21 151 107 124 0 40 73 235 110 30
Binary 10001 1101001 1000111 1010100 0 100000 111011 10011101 1001000 11000

Color Harmonies of #116947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116947

Black with #116947

Text Example


Text Example

White with #116947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116947; }

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

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

background-color css

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

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

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

border-color css

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

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

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