Html Css Color HEX #116C3F Jewel

📋 copy color: '#116C3F'

red 17 ◦ green 108 ◦ blue 63

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

Shades of Jewel #116C3F

Tints of Jewel #116C3F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 57.45%

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

R = 9.04%
G = 57.45%
B = 33.51%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#116C3F (or 0x116C3F) is known color: Jewel. HEX triplet: 11, 6C and 3F. RGB value is (17,108,63). Sum of RGB (Red+Green+Blue) = 17+108+63=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 108 (42.58% from 255 or 57.45% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 108 - color contains mainly: green. Hex color #116C3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116C3F is #EE93C0. Grayscale: #4B4B4B. Windows color (decimal): -15635393 or 4156433. OLE color: 4156433.

HSL color Cylindrical-coordinate representation of color #116C3F: hue angle of 150.33º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116C3F is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 108 63 -
CMYK 0.84 0 0.42 0.58
HSL 150.33º 0.73% 0.25% -
HSV(B) 150.33º 0.84% 0.42% -
XYZ 6.49 11.2 6.52 -
YUV 75.66 120.85 86.16 -
System Red Green Blue C M Y K H S L
Decimal 17 108 63 0.84 0 0.42 0.58 150.33 0.73 0.25
Hex 11 6C 3F 54 0 2A 3A 96 49 19
Octal 21 154 77 124 0 52 72 226 111 31
Binary 10001 1101100 111111 1010100 0 101010 111010 10010110 1001001 11001

Color Harmonies of #116C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116C3F

Black with #116C3F

Text Example


Text Example

White with #116C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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