Html Css Color HEX #116A4A Jewel

📋 copy color: '#116A4A'

red 17 ◦ green 106 ◦ blue 74

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

Shades of Jewel #116A4A

Tints of Jewel #116A4A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 53.81%

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

R = 8.63%
G = 53.81%
B = 37.56%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#116A4A (or 0x116A4A) is known color: Jewel. HEX triplet: 11, 6A and 4A. RGB value is (17,106,74). Sum of RGB (Red+Green+Blue) = 17+106+74=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 106 (41.80% from 255 or 53.81% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 106 - color contains mainly: green. Hex color #116A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A4A is #EE95B5. Grayscale: #4B4B4B. Windows color (decimal): -15635894 or 4876817. OLE color: 4876817.

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

Color convert

RGB 17 106 74 -
CMYK 0.84 0 0.30 0.58
HSL 158.43º 0.72% 0.24% -
HSV(B) 158.43º 0.84% 0.42% -
XYZ 6.62 10.92 8.24 -
YUV 75.74 127.01 86.1 -
System Red Green Blue C M Y K H S L
Decimal 17 106 74 0.84 0 0.30 0.58 158.43 0.72 0.24
Hex 11 6A 4A 54 0 1E 3A 9E 48 18
Octal 21 152 112 124 0 36 72 236 110 30
Binary 10001 1101010 1001010 1010100 0 11110 111010 10011110 1001000 11000

Color Harmonies of #116A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116A4A

Black with #116A4A

Text Example


Text Example

White with #116A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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