Html Css Color HEX #116B48 Jewel

📋 copy color: '#116B48'

red 17 ◦ green 107 ◦ blue 72

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

Shades of Jewel #116B48

Tints of Jewel #116B48

RGB

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

 GREEN value IS 107 (42.19% from 255) = 54.59%

 BLUE value IS 72 (28.52% from 255) = 36.73%

R = 8.67%
G = 54.59%
B = 36.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#116B48 (or 0x116B48) is known color: Jewel. HEX triplet: 11, 6B and 48. RGB value is (17,107,72). Sum of RGB (Red+Green+Blue) = 17+107+72=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 107 (42.19% from 255 or 54.59% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 107 - color contains mainly: green. Hex color #116B48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116B48 is #EE94B7. Grayscale: #4C4C4C. Windows color (decimal): -15635640 or 4746001. OLE color: 4746001.

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

Color convert

RGB 17 107 72 -
CMYK 0.84 0 0.33 0.58
HSL 156.67º 0.73% 0.24% -
HSV(B) 156.67º 0.84% 0.42% -
XYZ 6.66 11.1 7.92 -
YUV 76.1 125.68 85.85 -
System Red Green Blue C M Y K H S L
Decimal 17 107 72 0.84 0 0.33 0.58 156.67 0.73 0.24
Hex 11 6B 48 54 0 21 3A 9D 49 18
Octal 21 153 110 124 0 41 72 235 111 30
Binary 10001 1101011 1001000 1010100 0 100001 111010 10011101 1001001 11000

Color Harmonies of #116B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B48

Black with #116B48

Text Example


Text Example

White with #116B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,107,72); }

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

background-color css

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

 a { background-color: rgb(17,107,72); }

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

border-color css

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

 span { border-color: rgb(17,107,72); }

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