Html Css Color HEX #116B4A Jewel

📋 copy color: '#116B4A'

red 17 ◦ green 107 ◦ blue 74

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

Shades of Jewel #116B4A

Tints of Jewel #116B4A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 54.04%

 BLUE value IS 74 (29.3% from 255) = 37.37%

R = 8.59%
G = 54.04%
B = 37.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#116B4A (or 0x116B4A) is known color: Jewel. HEX triplet: 11, 6B and 4A. RGB value is (17,107,74). Sum of RGB (Red+Green+Blue) = 17+107+74=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 107 (42.19% from 255 or 54.04% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 107 - color contains mainly: green. Hex color #116B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116B4A is #EE94B5. Grayscale: #4C4C4C. Windows color (decimal): -15635638 or 4877073. OLE color: 4877073.

HSL color Cylindrical-coordinate representation of color #116B4A: hue angle of 158º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116B4A is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 107 74 -
CMYK 0.84 0 0.31 0.58
HSL 158º 0.73% 0.24% -
HSV(B) 158º 0.84% 0.42% -
XYZ 6.72 11.13 8.27 -
YUV 76.33 126.68 85.68 -
System Red Green Blue C M Y K H S L
Decimal 17 107 74 0.84 0 0.31 0.58 158 0.73 0.24
Hex 11 6B 4A 54 0 1F 3A 9E 49 18
Octal 21 153 112 124 0 37 72 236 111 30
Binary 10001 1101011 1001010 1010100 0 11111 111010 10011110 1001001 11000

Color Harmonies of #116B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B4A

Black with #116B4A

Text Example


Text Example

White with #116B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,107,74); }

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

background-color css

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

 a { background-color: rgb(17,107,74); }

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

border-color css

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

 span { border-color: rgb(17,107,74); }

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