Html Css Color HEX #116F48 Jewel

📋 copy color: '#116F48'

red 17 ◦ green 111 ◦ blue 72

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

Shades of Jewel #116F48

Tints of Jewel #116F48

RGB

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

 GREEN value IS 111 (43.75% from 255) = 55.5%

 BLUE value IS 72 (28.52% from 255) = 36%

R = 8.5%
G = 55.5%
B = 36%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#116F48 (or 0x116F48) is known color: Jewel. HEX triplet: 11, 6F and 48. RGB value is (17,111,72). Sum of RGB (Red+Green+Blue) = 17+111+72=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 111 (43.75% from 255 or 55.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 111 - color contains mainly: green. Hex color #116F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116F48 is #EE90B7. Grayscale: #4E4E4E. Windows color (decimal): -15634616 or 4747025. OLE color: 4747025.

HSL color Cylindrical-coordinate representation of color #116F48: hue angle of 155.11º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116F48 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 111 72 -
CMYK 0.85 0 0.35 0.56
HSL 155.11º 0.73% 0.25% -
HSV(B) 155.11º 0.85% 0.44% -
XYZ 7.09 11.96 8.07 -
YUV 78.45 124.36 84.17 -
System Red Green Blue C M Y K H S L
Decimal 17 111 72 0.85 0 0.35 0.56 155.11 0.73 0.25
Hex 11 6F 48 55 0 23 38 9B 49 19
Octal 21 157 110 125 0 43 70 233 111 31
Binary 10001 1101111 1001000 1010101 0 100011 111000 10011011 1001001 11001

Color Harmonies of #116F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116F48

Black with #116F48

Text Example


Text Example

White with #116F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,111,72); }

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

background-color css

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

 a { background-color: rgb(17,111,72); }

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

border-color css

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

 span { border-color: rgb(17,111,72); }

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