Html Css Color HEX #116149 Jewel

📋 copy color: '#116149'

red 17 ◦ green 97 ◦ blue 73

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

Shades of Jewel #116149

Tints of Jewel #116149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.87%

 BLUE value IS 73 (28.91% from 255) = 39.04%

R = 9.09%
G = 51.87%
B = 39.04%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#116149 (or 0x116149) is known color: Jewel. HEX triplet: 11, 61 and 49. RGB value is (17,97,73). Sum of RGB (Red+Green+Blue) = 17+97+73=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #116149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116149 is #EE9EB6. Grayscale: #464646. Windows color (decimal): -15638199 or 4808977. OLE color: 4808977.

HSL color Cylindrical-coordinate representation of color #116149: hue angle of 162º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116149 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 97 73 -
CMYK 0.82 0 0.25 0.62
HSL 162º 0.7% 0.22% -
HSV(B) 162º 0.82% 0.38% -
XYZ 5.71 9.15 7.77 -
YUV 70.34 129.5 89.95 -
System Red Green Blue C M Y K H S L
Decimal 17 97 73 0.82 0 0.25 0.62 162 0.7 0.22
Hex 11 61 49 52 0 19 3E A2 46 16
Octal 21 141 111 122 0 31 76 242 106 26
Binary 10001 1100001 1001001 1010010 0 11001 111110 10100010 1000110 10110

Color Harmonies of #116149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116149

Black with #116149

Text Example


Text Example

White with #116149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116149; }

 p { color: rgb(17,97,73); }

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

background-color css

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

 a { background-color: rgb(17,97,73); }

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

border-color css

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

 span { border-color: rgb(17,97,73); }

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