Html Css Color HEX #116C4A Jewel

📋 copy color: '#116C4A'

red 17 ◦ green 108 ◦ blue 74

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

Shades of Jewel #116C4A

Tints of Jewel #116C4A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 54.27%

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

R = 8.54%
G = 54.27%
B = 37.19%

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

#116C4A (or 0x116C4A) is known color: Jewel. HEX triplet: 11, 6C and 4A. RGB value is (17,108,74). Sum of RGB (Red+Green+Blue) = 17+108+74=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #116C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116C4A is #EE93B5. Grayscale: #4C4C4C. Windows color (decimal): -15635382 or 4877329. OLE color: 4877329.

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

Color convert

RGB 17 108 74 -
CMYK 0.84 0 0.31 0.58
HSL 157.58º 0.73% 0.25% -
HSV(B) 157.58º 0.84% 0.42% -
XYZ 6.83 11.34 8.31 -
YUV 76.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 17 108 74 0.84 0 0.31 0.58 157.58 0.73 0.25
Hex 11 6C 4A 54 0 1F 3A 9E 49 19
Octal 21 154 112 124 0 37 72 236 111 31
Binary 10001 1101100 1001010 1010100 0 11111 111010 10011110 1001001 11001

Color Harmonies of #116C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116C4A

Black with #116C4A

Text Example


Text Example

White with #116C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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