#116966

Color #116966 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #116966

Tints of Blue Stone #116966

Color information

#116966 (or 0x116966) is unknown color: approx Blue Stone. HEX triplet: 11, 69 and 66. RGB value is (17,105,102). Sum of RGB (Red+Green+Blue) = 17+105+102=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 105 - color contains mainly: green. Hex color #116966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116966 is #EE9699. Grayscale: #4E4E4E. Windows color (decimal): -15636122 or 6711569. OLE color: 6711569.

HSL color Cylindrical-coordinate representation of color #116966: hue angle of 177.95º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116966 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB17105102-
CMYK0.8400.030.59
HSL177.95º72.13%23.92%-
HSV(B)177.95º83.81%41.18%-
XYZ7.6811.1814.32-
YUV78.35141.3584.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 105 (41.41% from 255) = 46.88%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=7.59%
G=46.88%
B=45.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal171051020.8400.030.59177.9572.1323.92
Hex11696654033Bb24818
Octal21151146124037326211030
Binary1000111010011100110101010001111101110110010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116966; }

 p { color: rgb(17,105,102); }

 H1.HeaderClassName
 {
   color: #116966;
 }
 .AnyTagClassName
 {
   color: #116966;
 }
</style>
background-color css

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

 a { background-color: rgb(17,105,102); }

 div.DivClassName
 {
   background-color: #116966;
 }
 .BgClassName
 {
   background-color: #116966;
 }
</style>
border-color css

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

 span { border-color: rgb(17,105,102); }

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