Html Css Color HEX #116B5F Blue Stone

📋 copy color: '#116B5F'

red 17 ◦ green 107 ◦ blue 95

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

Shades of Blue Stone #116B5F

Tints of Blue Stone #116B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.38%

R = 7.76%
G = 48.86%
B = 43.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#116B5F (or 0x116B5F) is known color: Blue Stone. HEX triplet: 11, 6B and 5F. RGB value is (17,107,95). Sum of RGB (Red+Green+Blue) = 17+107+95=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 107 (42.19% from 255 or 48.86% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 107 - color contains mainly: green. Hex color #116B5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116B5F is #EE94A0. Grayscale: #4E4E4E. Windows color (decimal): -15635617 or 6253329. OLE color: 6253329.

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

Color convert

RGB 17 107 95 -
CMYK 0.84 0 0.11 0.58
HSL 172º 0.73% 0.24% -
HSV(B) 172º 0.84% 0.42% -
XYZ 7.55 11.46 12.64 -
YUV 78.72 137.18 83.98 -
System Red Green Blue C M Y K H S L
Decimal 17 107 95 0.84 0 0.11 0.58 172 0.73 0.24
Hex 11 6B 5F 54 0 B 3A AC 49 18
Octal 21 153 137 124 0 13 72 254 111 30
Binary 10001 1101011 1011111 1010100 0 1011 111010 10101100 1001001 11000

Color Harmonies of #116B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B5F

Black with #116B5F

Text Example


Text Example

White with #116B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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