#115F76

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

Shades of Allports #115F76

Tints of Allports #115F76

Color information

#115F76 (or 0x115F76) is unknown color: approx Allports. HEX triplet: 11, 5F and 76. RGB value is (17,95,118). Sum of RGB (Red+Green+Blue) = 17+95+118=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #115F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F76 is #EEA089. Grayscale: #4A4A4A. Windows color (decimal): -15638666 or 7757585. OLE color: 7757585.

HSL color Cylindrical-coordinate representation of color #115F76: hue angle of 193.66º 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 #115F76 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1795118-
CMYK0.860.1900.54
HSL193.66º74.81%26.47%-
HSV(B)193.66º85.59%46.27%-
XYZ7.599.6118.59-
YUV74.3152.6687.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 95 (37.5% from 255) = 41.30%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=7.39%
G=41.30%
B=51.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17951180.860.1900.54193.6674.8126.47
Hex115F765613036c24b1a
Octal211371661262306630211332
Binary1000110111111110110101011010011011011011000010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115F76; }

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

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

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

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

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

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

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

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