#117076

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

Shades of Allports #117076

Tints of Allports #117076

Color information

#117076 (or 0x117076) is unknown color: approx Allports. HEX triplet: 11, 70 and 76. RGB value is (17,112,118). Sum of RGB (Red+Green+Blue) = 17+112+118=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #117076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117076 is #EE8F89. Grayscale: #545454. Windows color (decimal): -15634314 or 7761937. OLE color: 7761937.

HSL color Cylindrical-coordinate representation of color #117076: hue angle of 183.56º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117076 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB17112118-
CMYK0.860.0500.54
HSL183.56º74.81%26.47%-
HSV(B)183.56º85.59%46.27%-
XYZ9.313.0219.16-
YUV84.28147.0380.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.88%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=6.88%
G=45.34%
B=47.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal171121180.860.0500.54183.5674.8126.47
Hex117076565036b84b1a
Octal21160166126506627011332
Binary10001111000011101101010110101011011010111000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117076; }

 p { color: rgb(17,112,118); }

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

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

 a { background-color: rgb(17,112,118); }

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

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

 span { border-color: rgb(17,112,118); }

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