Shades of Observatory #018B76
Tints of Observatory #018B76
RGB
CMYK
RGB Variations
Color information
#018B76 (or 0x018B76) is known color: Observatory. HEX triplet: 01, 8B and 76. RGB value is (1,139,118). Sum of RGB (Red+Green+Blue) = 1+139+118=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 139 (54.69% from 255 or 53.88% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 139 - color contains mainly: green. Hex color #018B76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018B76 is #FE7489. Grayscale: #5F5F5F. Windows color (decimal): -16675978 or 7768833. OLE color: 7768833.
HSL color Cylindrical-coordinate representation of color #018B76: hue angle of 170.87º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018B76 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 118 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.45 |
| HSL | 170.87º | 0.99% | 0.27% | - |
| HSV(B) | 170.87º | 0.99% | 0.55% | - |
| XYZ | 12.52 | 19.78 | 20.3 | - |
| YUV | 95.34 | 140.78 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 118 | 0.99 | 0 | 0.15 | 0.45 | 170.87 | 0.99 | 0.27 |
| Hex | 1 | 8B | 76 | 63 | 0 | F | 2D | AB | 63 | 1B |
| Octal | 1 | 213 | 166 | 143 | 0 | 17 | 55 | 253 | 143 | 33 |
| Binary | 1 | 10001011 | 1110110 | 1100011 | 0 | 1111 | 101101 | 10101011 | 1100011 | 11011 |
Color Harmonies of #018B76
Complementary color
Monochromatic Colors of #018B76
Black with #018B76
Text Example
Text Example
White with #018B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B76; }
p { color: rgb(1,139,118); }
H1.HeaderClassName
{
color: #018B76;
}
.AnyTagClassName
{
color: #018B76;
}
</style>
background-color css
<style>
a { background-color: #018B76; }
a { background-color: rgb(1,139,118); }
div.DivClassName
{
background-color: #018B76;
}
.BgClassName
{
background-color: #018B76;
}
</style>
border-color css
<style>
span { border-color: #018B76; }
span { border-color: rgb(1,139,118); }
td.TdClassName
{
border-color: #018B76;
}
.TagClassName
{
border-color: #018B76;
}
</style>