Html Css Color HEX #116D4D Jewel

📋 copy color: '#116D4D'

red 17 ◦ green 109 ◦ blue 77

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

Shades of Jewel #116D4D

Tints of Jewel #116D4D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 53.69%

 BLUE value IS 77 (30.47% from 255) = 37.93%

R = 8.37%
G = 53.69%
B = 37.93%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.57

RGB Variations

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

Color information

#116D4D (or 0x116D4D) is known color: Jewel. HEX triplet: 11, 6D and 4D. RGB value is (17,109,77). Sum of RGB (Red+Green+Blue) = 17+109+77=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 109 (42.97% from 255 or 53.69% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 109 - color contains mainly: green. Hex color #116D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D4D is #EE92B2. Grayscale: #4D4D4D. Windows color (decimal): -15635123 or 5074193. OLE color: 5074193.

HSL color Cylindrical-coordinate representation of color #116D4D: hue angle of 159.13º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116D4D is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 109 77 -
CMYK 0.84 0 0.29 0.57
HSL 159.13º 0.73% 0.25% -
HSV(B) 159.13º 0.84% 0.43% -
XYZ 7.04 11.59 8.89 -
YUV 77.84 127.52 84.6 -
System Red Green Blue C M Y K H S L
Decimal 17 109 77 0.84 0 0.29 0.57 159.13 0.73 0.25
Hex 11 6D 4D 54 0 1D 39 9F 49 19
Octal 21 155 115 124 0 35 71 237 111 31
Binary 10001 1101101 1001101 1010100 0 11101 111001 10011111 1001001 11001

Color Harmonies of #116D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116D4D

Black with #116D4D

Text Example


Text Example

White with #116D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,109,77); }

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

background-color css

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

 a { background-color: rgb(17,109,77); }

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

border-color css

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

 span { border-color: rgb(17,109,77); }

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