Html Css Color HEX #116A3F Jewel

📋 copy color: '#116A3F'

red 17 ◦ green 106 ◦ blue 63

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

Shades of Jewel #116A3F

Tints of Jewel #116A3F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 56.99%

 BLUE value IS 63 (25% from 255) = 33.87%

R = 9.14%
G = 56.99%
B = 33.87%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#116A3F (or 0x116A3F) is known color: Jewel. HEX triplet: 11, 6A and 3F. RGB value is (17,106,63). Sum of RGB (Red+Green+Blue) = 17+106+63=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 106 (41.80% from 255 or 56.99% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 106 - color contains mainly: green. Hex color #116A3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A3F is #EE95C0. Grayscale: #4A4A4A. Windows color (decimal): -15635905 or 4155921. OLE color: 4155921.

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

Color convert

RGB 17 106 63 -
CMYK 0.84 0 0.41 0.58
HSL 151.01º 0.72% 0.24% -
HSV(B) 151.01º 0.84% 0.42% -
XYZ 6.28 10.79 6.45 -
YUV 74.49 121.51 87 -
System Red Green Blue C M Y K H S L
Decimal 17 106 63 0.84 0 0.41 0.58 151.01 0.72 0.24
Hex 11 6A 3F 54 0 29 3A 97 48 18
Octal 21 152 77 124 0 51 72 227 110 30
Binary 10001 1101010 111111 1010100 0 101001 111010 10010111 1001000 11000

Color Harmonies of #116A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116A3F

Black with #116A3F

Text Example


Text Example

White with #116A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,106,63); }

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

background-color css

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

 a { background-color: rgb(17,106,63); }

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

border-color css

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

 span { border-color: rgb(17,106,63); }

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