Shades of Orient #155D76
Tints of Orient #155D76
RGB
CMYK
RGB Variations
Color information
#155D76 (or 0x155D76) is known color: Orient. HEX triplet: 15, 5D and 76. RGB value is (21,93,118). Sum of RGB (Red+Green+Blue) = 21+93+118=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #155D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D76 is #EAA289. Grayscale: #4A4A4A. Windows color (decimal): -15377034 or 7757077. OLE color: 7757077.
HSL color Cylindrical-coordinate representation of color #155D76: hue angle of 195.46º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155D76 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 93 | 118 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.54 |
| HSL | 195.46º | 0.7% | 0.27% | - |
| HSV(B) | 195.46º | 0.82% | 0.46% | - |
| XYZ | 7.49 | 9.3 | 18.54 | - |
| YUV | 74.32 | 152.65 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 118 | 0.82 | 0.21 | 0 | 0.54 | 195.46 | 0.7 | 0.27 |
| Hex | 15 | 5D | 76 | 52 | 15 | 0 | 36 | C3 | 46 | 1B |
| Octal | 25 | 135 | 166 | 122 | 25 | 0 | 66 | 303 | 106 | 33 |
| Binary | 10101 | 1011101 | 1110110 | 1010010 | 10101 | 0 | 110110 | 11000011 | 1000110 | 11011 |
Color Harmonies of #155D76
Complementary color
Monochromatic Colors of #155D76
Black with #155D76
Text Example
Text Example
White with #155D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D76; }
p { color: rgb(21,93,118); }
H1.HeaderClassName
{
color: #155D76;
}
.AnyTagClassName
{
color: #155D76;
}
</style>
background-color css
<style>
a { background-color: #155D76; }
a { background-color: rgb(21,93,118); }
div.DivClassName
{
background-color: #155D76;
}
.BgClassName
{
background-color: #155D76;
}
</style>
border-color css
<style>
span { border-color: #155D76; }
span { border-color: rgb(21,93,118); }
td.TdClassName
{
border-color: #155D76;
}
.TagClassName
{
border-color: #155D76;
}
</style>