Shades of Observatory #018C76
Tints of Observatory #018C76
RGB
CMYK
RGB Variations
Color information
#018C76 (or 0x018C76) is known color: Observatory. HEX triplet: 01, 8C and 76. RGB value is (1,140,118). Sum of RGB (Red+Green+Blue) = 1+140+118=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 140 (55.08% from 255 or 54.05% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 140 - color contains mainly: green. Hex color #018C76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018C76 is #FE7389. Grayscale: #5F5F5F. Windows color (decimal): -16675722 or 7769089. OLE color: 7769089.
HSL color Cylindrical-coordinate representation of color #018C76: hue angle of 170.5º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018C76 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 118 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.45 |
| HSL | 170.5º | 0.99% | 0.28% | - |
| HSV(B) | 170.5º | 0.99% | 0.55% | - |
| XYZ | 12.66 | 20.07 | 20.35 | - |
| YUV | 95.93 | 140.45 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 118 | 0.99 | 0 | 0.16 | 0.45 | 170.5 | 0.99 | 0.28 |
| Hex | 1 | 8C | 76 | 63 | 0 | 10 | 2D | AB | 63 | 1C |
| Octal | 1 | 214 | 166 | 143 | 0 | 20 | 55 | 253 | 143 | 34 |
| Binary | 1 | 10001100 | 1110110 | 1100011 | 0 | 10000 | 101101 | 10101011 | 1100011 | 11100 |
Color Harmonies of #018C76
Complementary color
Monochromatic Colors of #018C76
Black with #018C76
Text Example
Text Example
White with #018C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C76; }
p { color: rgb(1,140,118); }
H1.HeaderClassName
{
color: #018C76;
}
.AnyTagClassName
{
color: #018C76;
}
</style>
background-color css
<style>
a { background-color: #018C76; }
a { background-color: rgb(1,140,118); }
div.DivClassName
{
background-color: #018C76;
}
.BgClassName
{
background-color: #018C76;
}
</style>
border-color css
<style>
span { border-color: #018C76; }
span { border-color: rgb(1,140,118); }
td.TdClassName
{
border-color: #018C76;
}
.TagClassName
{
border-color: #018C76;
}
</style>