Html Css Color HEX #116D4E Jewel

📋 copy color: '#116D4E'

red 17 ◦ green 109 ◦ blue 78

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

Shades of Jewel #116D4E

Tints of Jewel #116D4E

RGB

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

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

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

R = 8.33%
G = 53.43%
B = 38.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#116D4E (or 0x116D4E) is known color: Jewel. HEX triplet: 11, 6D and 4E. RGB value is (17,109,78). Sum of RGB (Red+Green+Blue) = 17+109+78=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 109 (42.97% from 255 or 53.43% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 109 - color contains mainly: green. Hex color #116D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D4E is #EE92B1. Grayscale: #4D4D4D. Windows color (decimal): -15635122 or 5139729. OLE color: 5139729.

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

Color convert

RGB 17 109 78 -
CMYK 0.84 0 0.28 0.57
HSL 159.78º 0.73% 0.25% -
HSV(B) 159.78º 0.84% 0.43% -
XYZ 7.07 11.61 9.08 -
YUV 77.96 128.02 84.52 -
System Red Green Blue C M Y K H S L
Decimal 17 109 78 0.84 0 0.28 0.57 159.78 0.73 0.25
Hex 11 6D 4E 54 0 1C 39 A0 49 19
Octal 21 155 116 124 0 34 71 240 111 31
Binary 10001 1101101 1001110 1010100 0 11100 111001 10100000 1001001 11001

Color Harmonies of #116D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116D4E

Black with #116D4E

Text Example


Text Example

White with #116D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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