Shades of Orient #115B7F
Tints of Orient #115B7F
RGB
CMYK
RGB Variations
Color information
#115B7F (or 0x115B7F) is known color: Orient. HEX triplet: 11, 5B and 7F. RGB value is (17,91,127). Sum of RGB (Red+Green+Blue) = 17+91+127=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #115B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B7F is #EEA480. Grayscale: #484848. Windows color (decimal): -15639681 or 8346385. OLE color: 8346385.
HSL color Cylindrical-coordinate representation of color #115B7F: hue angle of 199.64º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115B7F is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 91 | 127 | - |
| CMYK | 0.87 | 0.28 | 0 | 0.50 |
| HSL | 199.64º | 0.76% | 0.28% | - |
| HSV(B) | 199.64º | 0.87% | 0.5% | - |
| XYZ | 7.8 | 9.13 | 21.43 | - |
| YUV | 72.98 | 158.48 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 127 | 0.87 | 0.28 | 0 | 0.50 | 199.64 | 0.76 | 0.28 |
| Hex | 11 | 5B | 7F | 57 | 1C | 0 | 32 | C8 | 4C | 1C |
| Octal | 21 | 133 | 177 | 127 | 34 | 0 | 62 | 310 | 114 | 34 |
| Binary | 10001 | 1011011 | 1111111 | 1010111 | 11100 | 0 | 110010 | 11001000 | 1001100 | 11100 |
Color Harmonies of #115B7F
Complementary color
Monochromatic Colors of #115B7F
Black with #115B7F
Text Example
Text Example
White with #115B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B7F; }
p { color: rgb(17,91,127); }
H1.HeaderClassName
{
color: #115B7F;
}
.AnyTagClassName
{
color: #115B7F;
}
</style>
background-color css
<style>
a { background-color: #115B7F; }
a { background-color: rgb(17,91,127); }
div.DivClassName
{
background-color: #115B7F;
}
.BgClassName
{
background-color: #115B7F;
}
</style>
border-color css
<style>
span { border-color: #115B7F; }
span { border-color: rgb(17,91,127); }
td.TdClassName
{
border-color: #115B7F;
}
.TagClassName
{
border-color: #115B7F;
}
</style>