Html Css Color HEX #116B4E Jewel

📋 copy color: '#116B4E'

red 17 ◦ green 107 ◦ blue 78

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

Shades of Jewel #116B4E

Tints of Jewel #116B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 38.61%

R = 8.42%
G = 52.97%
B = 38.61%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#116B4E (or 0x116B4E) is known color: Jewel. HEX triplet: 11, 6B and 4E. RGB value is (17,107,78). Sum of RGB (Red+Green+Blue) = 17+107+78=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 107 (42.19% from 255 or 52.97% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 107 - color contains mainly: green. Hex color #116B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116B4E is #EE94B1. Grayscale: #4C4C4C. Windows color (decimal): -15635634 or 5139217. OLE color: 5139217.

HSL color Cylindrical-coordinate representation of color #116B4E: hue angle of 160.67º 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 #116B4E is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 107 78 -
CMYK 0.84 0 0.27 0.58
HSL 160.67º 0.73% 0.24% -
HSV(B) 160.67º 0.84% 0.42% -
XYZ 6.86 11.18 9 -
YUV 76.78 128.68 85.36 -
System Red Green Blue C M Y K H S L
Decimal 17 107 78 0.84 0 0.27 0.58 160.67 0.73 0.24
Hex 11 6B 4E 54 0 1B 3A A1 49 18
Octal 21 153 116 124 0 33 72 241 111 30
Binary 10001 1101011 1001110 1010100 0 11011 111010 10100001 1001001 11000

Color Harmonies of #116B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B4E

Black with #116B4E

Text Example


Text Example

White with #116B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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