Html Css Color HEX #116B46 Jewel

📋 copy color: '#116B46'

red 17 ◦ green 107 ◦ blue 70

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

Shades of Jewel #116B46

Tints of Jewel #116B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.08%

R = 8.76%
G = 55.15%
B = 36.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#116B46 (or 0x116B46) is known color: Jewel. HEX triplet: 11, 6B and 46. RGB value is (17,107,70). Sum of RGB (Red+Green+Blue) = 17+107+70=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 107 (42.19% from 255 or 55.15% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 107 - color contains mainly: green. Hex color #116B46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116B46 is #EE94B9. Grayscale: #4B4B4B. Windows color (decimal): -15635642 or 4614929. OLE color: 4614929.

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

Color convert

RGB 17 107 70 -
CMYK 0.84 0 0.35 0.58
HSL 155.33º 0.73% 0.24% -
HSV(B) 155.33º 0.84% 0.42% -
XYZ 6.59 11.08 7.58 -
YUV 75.87 124.68 86.01 -
System Red Green Blue C M Y K H S L
Decimal 17 107 70 0.84 0 0.35 0.58 155.33 0.73 0.24
Hex 11 6B 46 54 0 23 3A 9B 49 18
Octal 21 153 106 124 0 43 72 233 111 30
Binary 10001 1101011 1000110 1010100 0 100011 111010 10011011 1001001 11000

Color Harmonies of #116B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B46

Black with #116B46

Text Example


Text Example

White with #116B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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