#125676

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

Shades of Orient #125676

Tints of Orient #125676

Color information

#125676 (or 0x125676) is unknown color: approx Orient. HEX triplet: 12, 56 and 76. RGB value is (18,86,118). Sum of RGB (Red+Green+Blue) = 18+86+118=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #125676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125676 is #EDA989. Grayscale: #454545. Windows color (decimal): -15575434 or 7755282. OLE color: 7755282.

HSL color Cylindrical-coordinate representation of color #125676: hue angle of 199.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125676 is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1886118-
CMYK0.850.2700.54
HSL199.2º73.53%26.67%-
HSV(B)199.2º84.75%46.27%-
XYZ6.858.0918.34-
YUV69.32155.4791.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 86 (33.98% from 255) = 38.74%
BLUE value IS 118 (46.48% from 255) = 53.15%
R=8.11%
G=38.74%
B=53.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18861180.850.2700.54199.273.5326.67
Hex125676551B036c74a1b
Octal221261661253306630711233
Binary1001010101101110110101010111011011011011000111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125676; }

 p { color: rgb(18,86,118); }

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

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

 a { background-color: rgb(18,86,118); }

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

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

 span { border-color: rgb(18,86,118); }

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