Html Css Color HEX #116F46 Jewel

📋 copy color: '#116F46'

red 17 ◦ green 111 ◦ blue 70

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

Shades of Jewel #116F46

Tints of Jewel #116F46

RGB

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

 GREEN value IS 111 (43.75% from 255) = 56.06%

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

R = 8.59%
G = 56.06%
B = 35.35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#116F46 (or 0x116F46) is known color: Jewel. HEX triplet: 11, 6F and 46. RGB value is (17,111,70). Sum of RGB (Red+Green+Blue) = 17+111+70=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 111 (43.75% from 255 or 56.06% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 111 - color contains mainly: green. Hex color #116F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116F46 is #EE90B9. Grayscale: #4E4E4E. Windows color (decimal): -15634618 or 4615953. OLE color: 4615953.

HSL color Cylindrical-coordinate representation of color #116F46: hue angle of 153.83º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116F46 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 111 70 -
CMYK 0.85 0 0.37 0.56
HSL 153.83º 0.73% 0.25% -
HSV(B) 153.83º 0.85% 0.44% -
XYZ 7.02 11.93 7.73 -
YUV 78.22 123.36 84.33 -
System Red Green Blue C M Y K H S L
Decimal 17 111 70 0.85 0 0.37 0.56 153.83 0.73 0.25
Hex 11 6F 46 55 0 25 38 9A 49 19
Octal 21 157 106 125 0 45 70 232 111 31
Binary 10001 1101111 1000110 1010101 0 100101 111000 10011010 1001001 11001

Color Harmonies of #116F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116F46

Black with #116F46

Text Example


Text Example

White with #116F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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