Html Css Color HEX #116C44 Jewel

📋 copy color: '#116C44'

red 17 ◦ green 108 ◦ blue 68

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

Shades of Jewel #116C44

Tints of Jewel #116C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 35.23%

R = 8.81%
G = 55.96%
B = 35.23%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.37

 K value IS 0.58

RGB Variations

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

Color information

#116C44 (or 0x116C44) is known color: Jewel. HEX triplet: 11, 6C and 44. RGB value is (17,108,68). Sum of RGB (Red+Green+Blue) = 17+108+68=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 108 (42.58% from 255 or 55.96% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 108 - color contains mainly: green. Hex color #116C44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116C44 is #EE93BB. Grayscale: #4C4C4C. Windows color (decimal): -15635388 or 4484113. OLE color: 4484113.

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

Color convert

RGB 17 108 68 -
CMYK 0.84 0 0.37 0.58
HSL 153.63º 0.73% 0.25% -
HSV(B) 153.63º 0.84% 0.42% -
XYZ 6.64 11.26 7.29 -
YUV 76.23 123.35 85.75 -
System Red Green Blue C M Y K H S L
Decimal 17 108 68 0.84 0 0.37 0.58 153.63 0.73 0.25
Hex 11 6C 44 54 0 25 3A 9A 49 19
Octal 21 154 104 124 0 45 72 232 111 31
Binary 10001 1101100 1000100 1010100 0 100101 111010 10011010 1001001 11001

Color Harmonies of #116C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116C44

Black with #116C44

Text Example


Text Example

White with #116C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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