Html Css Color HEX #116846 Jewel

📋 copy color: '#116846'

red 17 ◦ green 104 ◦ blue 70

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

Shades of Jewel #116846

Tints of Jewel #116846

RGB

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

 GREEN value IS 104 (41.02% from 255) = 54.45%

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

R = 8.9%
G = 54.45%
B = 36.65%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#116846 (or 0x116846) is known color: Jewel. HEX triplet: 11, 68 and 46. RGB value is (17,104,70). Sum of RGB (Red+Green+Blue) = 17+104+70=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #116846 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116846 is #EE97B9. Grayscale: #4A4A4A. Windows color (decimal): -15636410 or 4614161. OLE color: 4614161.

HSL color Cylindrical-coordinate representation of color #116846: hue angle of 156.55º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116846 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 104 70 -
CMYK 0.84 0 0.33 0.59
HSL 156.55º 0.72% 0.24% -
HSV(B) 156.55º 0.84% 0.41% -
XYZ 6.29 10.46 7.48 -
YUV 74.11 125.68 87.26 -
System Red Green Blue C M Y K H S L
Decimal 17 104 70 0.84 0 0.33 0.59 156.55 0.72 0.24
Hex 11 68 46 54 0 21 3B 9D 48 18
Octal 21 150 106 124 0 41 73 235 110 30
Binary 10001 1101000 1000110 1010100 0 100001 111011 10011101 1001000 11000

Color Harmonies of #116846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116846

Black with #116846

Text Example


Text Example

White with #116846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116846; }

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

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

background-color css

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

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

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

border-color css

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

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

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