Html Css Color HEX #116046 Jewel

📋 copy color: '#116046'

red 17 ◦ green 96 ◦ blue 70

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

Shades of Jewel #116046

Tints of Jewel #116046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 52.46%

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

R = 9.29%
G = 52.46%
B = 38.25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#116046 (or 0x116046) is known color: Jewel. HEX triplet: 11, 60 and 46. RGB value is (17,96,70). Sum of RGB (Red+Green+Blue) = 17+96+70=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #116046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116046 is #EE9FB9. Grayscale: #454545. Windows color (decimal): -15638458 or 4612113. OLE color: 4612113.

HSL color Cylindrical-coordinate representation of color #116046: hue angle of 160.25º 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 #116046 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 96 70 -
CMYK 0.82 0 0.27 0.62
HSL 160.25º 0.7% 0.22% -
HSV(B) 160.25º 0.82% 0.38% -
XYZ 5.52 8.93 7.23 -
YUV 69.42 128.33 90.61 -
System Red Green Blue C M Y K H S L
Decimal 17 96 70 0.82 0 0.27 0.62 160.25 0.7 0.22
Hex 11 60 46 52 0 1B 3E A0 46 16
Octal 21 140 106 122 0 33 76 240 106 26
Binary 10001 1100000 1000110 1010010 0 11011 111110 10100000 1000110 10110

Color Harmonies of #116046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116046

Black with #116046

Text Example


Text Example

White with #116046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116046; }

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

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

background-color css

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

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

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

border-color css

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

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

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