#105B76

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

Shades of Orient #105B76

Tints of Orient #105B76

Color information

#105B76 (or 0x105B76) is unknown color: approx Orient. HEX triplet: 10, 5B and 76. RGB value is (16,91,118). Sum of RGB (Red+Green+Blue) = 16+91+118=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #105B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105B76 is #EFA489. Grayscale: #474747. Windows color (decimal): -15705226 or 7756560. OLE color: 7756560.

HSL color Cylindrical-coordinate representation of color #105B76: hue angle of 195.88º degrees, saturation: 0.76, 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 #105B76 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1691118-
CMYK0.860.2300.54
HSL195.88º76.12%26.27%-
HSV(B)195.88º86.44%46.27%-
XYZ7.228.918.48-
YUV71.65154.1588.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.11%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=7.11%
G=40.44%
B=52.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16911180.860.2300.54195.8876.1226.27
Hex105B765617036c44c1a
Octal201331661262706630411432
Binary1000010110111110110101011010111011011011000100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105B76; }

 p { color: rgb(16,91,118); }

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

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

 a { background-color: rgb(16,91,118); }

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

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

 span { border-color: rgb(16,91,118); }

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