Html Css Color HEX #116B41 Jewel

📋 copy color: '#116B41'

red 17 ◦ green 107 ◦ blue 65

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

Shades of Jewel #116B41

Tints of Jewel #116B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.39%

R = 8.99%
G = 56.61%
B = 34.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#116B41 (or 0x116B41) is known color: Jewel. HEX triplet: 11, 6B and 41. RGB value is (17,107,65). Sum of RGB (Red+Green+Blue) = 17+107+65=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 107 (42.19% from 255 or 56.61% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 107 - color contains mainly: green. Hex color #116B41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116B41 is #EE94BE. Grayscale: #4B4B4B. Windows color (decimal): -15635647 or 4287249. OLE color: 4287249.

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

Color convert

RGB 17 107 65 -
CMYK 0.84 0 0.39 0.58
HSL 152º 0.73% 0.24% -
HSV(B) 152º 0.84% 0.42% -
XYZ 6.44 11.02 6.79 -
YUV 75.3 122.18 86.42 -
System Red Green Blue C M Y K H S L
Decimal 17 107 65 0.84 0 0.39 0.58 152 0.73 0.24
Hex 11 6B 41 54 0 27 3A 98 49 18
Octal 21 153 101 124 0 47 72 230 111 30
Binary 10001 1101011 1000001 1010100 0 100111 111010 10011000 1001001 11000

Color Harmonies of #116B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B41

Black with #116B41

Text Example


Text Example

White with #116B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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