Html Css Color HEX #116B3F Jewel

📋 copy color: '#116B3F'

red 17 ◦ green 107 ◦ blue 63

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

Shades of Jewel #116B3F

Tints of Jewel #116B3F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 57.22%

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

R = 9.09%
G = 57.22%
B = 33.69%

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

#116B3F (or 0x116B3F) is known color: Jewel. HEX triplet: 11, 6B and 3F. RGB value is (17,107,63). Sum of RGB (Red+Green+Blue) = 17+107+63=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 107 (42.19% from 255 or 57.22% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 107 - color contains mainly: green. Hex color #116B3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116B3F is #EE94C0. Grayscale: #4B4B4B. Windows color (decimal): -15635649 or 4156177. OLE color: 4156177.

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

Color convert

RGB 17 107 63 -
CMYK 0.84 0 0.41 0.58
HSL 150.67º 0.73% 0.24% -
HSV(B) 150.67º 0.84% 0.42% -
XYZ 6.39 10.99 6.49 -
YUV 75.07 121.18 86.58 -
System Red Green Blue C M Y K H S L
Decimal 17 107 63 0.84 0 0.41 0.58 150.67 0.73 0.24
Hex 11 6B 3F 54 0 29 3A 97 49 18
Octal 21 153 77 124 0 51 72 227 111 30
Binary 10001 1101011 111111 1010100 0 101001 111010 10010111 1001001 11000

Color Harmonies of #116B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B3F

Black with #116B3F

Text Example


Text Example

White with #116B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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