Html Css Color HEX #116246 Jewel

📋 copy color: '#116246'

red 17 ◦ green 98 ◦ blue 70

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

Shades of Jewel #116246

Tints of Jewel #116246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.97%

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

R = 9.19%
G = 52.97%
B = 37.84%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#116246 (or 0x116246) is known color: Jewel. HEX triplet: 11, 62 and 46. RGB value is (17,98,70). Sum of RGB (Red+Green+Blue) = 17+98+70=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #116246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116246 is #EE9DB9. Grayscale: #464646. Windows color (decimal): -15637946 or 4612625. OLE color: 4612625.

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

Color convert

RGB 17 98 70 -
CMYK 0.83 0 0.29 0.62
HSL 159.26º 0.7% 0.23% -
HSV(B) 159.26º 0.83% 0.38% -
XYZ 5.7 9.3 7.29 -
YUV 70.59 127.66 89.78 -
System Red Green Blue C M Y K H S L
Decimal 17 98 70 0.83 0 0.29 0.62 159.26 0.7 0.23
Hex 11 62 46 53 0 1D 3E 9F 46 17
Octal 21 142 106 123 0 35 76 237 106 27
Binary 10001 1100010 1000110 1010011 0 11101 111110 10011111 1000110 10111

Color Harmonies of #116246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116246

Black with #116246

Text Example


Text Example

White with #116246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116246; }

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

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

background-color css

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

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

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

border-color css

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

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

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