Html Css Color HEX #116E4D Jewel

📋 copy color: '#116E4D'

red 17 ◦ green 110 ◦ blue 77

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

Shades of Jewel #116E4D

Tints of Jewel #116E4D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 53.92%

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

R = 8.33%
G = 53.92%
B = 37.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.3

 K value IS 0.57

RGB Variations

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

Color information

#116E4D (or 0x116E4D) is known color: Jewel. HEX triplet: 11, 6E and 4D. RGB value is (17,110,77). Sum of RGB (Red+Green+Blue) = 17+110+77=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 110 (43.36% from 255 or 53.92% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 110 - color contains mainly: green. Hex color #116E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E4D is #EE91B2. Grayscale: #4E4E4E. Windows color (decimal): -15634867 or 5074449. OLE color: 5074449.

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

Color convert

RGB 17 110 77 -
CMYK 0.85 0 0.3 0.57
HSL 158.71º 0.73% 0.25% -
HSV(B) 158.71º 0.85% 0.43% -
XYZ 7.15 11.81 8.92 -
YUV 78.43 127.19 84.18 -
System Red Green Blue C M Y K H S L
Decimal 17 110 77 0.85 0 0.3 0.57 158.71 0.73 0.25
Hex 11 6E 4D 55 0 1E 39 9F 49 19
Octal 21 156 115 125 0 36 71 237 111 31
Binary 10001 1101110 1001101 1010101 0 11110 111001 10011111 1001001 11001

Color Harmonies of #116E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116E4D

Black with #116E4D

Text Example


Text Example

White with #116E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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