#115C76

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

Shades of Orient #115C76

Tints of Orient #115C76

Color information

#115C76 (or 0x115C76) is unknown color: approx Orient. HEX triplet: 11, 5C and 76. RGB value is (17,92,118). Sum of RGB (Red+Green+Blue) = 17+92+118=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #115C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C76 is #EEA389. Grayscale: #484848. Windows color (decimal): -15639434 or 7756817. OLE color: 7756817.

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

Color convert

RGB1792118-
CMYK0.860.2200.54
HSL195.45º74.81%26.47%-
HSV(B)195.45º85.59%46.27%-
XYZ7.339.0818.51-
YUV72.54153.6588.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.49%
GREEN value IS 92 (36.33% from 255) = 40.53%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=7.49%
G=40.53%
B=51.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17921180.860.2200.54195.4574.8126.47
Hex115C765616036c34b1a
Octal211341661262606630311332
Binary1000110111001110110101011010110011011011000011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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