Shades of Observatory #018C75
Tints of Observatory #018C75
RGB
CMYK
RGB Variations
Color information
#018C75 (or 0x018C75) is known color: Observatory. HEX triplet: 01, 8C and 75. RGB value is (1,140,117). Sum of RGB (Red+Green+Blue) = 1+140+117=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 140 (55.08% from 255 or 54.26% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 140 - color contains mainly: green. Hex color #018C75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018C75 is #FE738A. Grayscale: #5F5F5F. Windows color (decimal): -16675723 or 7703553. OLE color: 7703553.
HSL color Cylindrical-coordinate representation of color #018C75: hue angle of 170.07º 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 #018C75 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 117 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.45 |
| HSL | 170.07º | 0.99% | 0.28% | - |
| HSV(B) | 170.07º | 0.99% | 0.55% | - |
| XYZ | 12.6 | 20.05 | 20.03 | - |
| YUV | 95.82 | 139.95 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 117 | 0.99 | 0 | 0.16 | 0.45 | 170.07 | 0.99 | 0.28 |
| Hex | 1 | 8C | 75 | 63 | 0 | 10 | 2D | AA | 63 | 1C |
| Octal | 1 | 214 | 165 | 143 | 0 | 20 | 55 | 252 | 143 | 34 |
| Binary | 1 | 10001100 | 1110101 | 1100011 | 0 | 10000 | 101101 | 10101010 | 1100011 | 11100 |
Color Harmonies of #018C75
Complementary color
Monochromatic Colors of #018C75
Black with #018C75
Text Example
Text Example
White with #018C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C75; }
p { color: rgb(1,140,117); }
H1.HeaderClassName
{
color: #018C75;
}
.AnyTagClassName
{
color: #018C75;
}
</style>
background-color css
<style>
a { background-color: #018C75; }
a { background-color: rgb(1,140,117); }
div.DivClassName
{
background-color: #018C75;
}
.BgClassName
{
background-color: #018C75;
}
</style>
border-color css
<style>
span { border-color: #018C75; }
span { border-color: rgb(1,140,117); }
td.TdClassName
{
border-color: #018C75;
}
.TagClassName
{
border-color: #018C75;
}
</style>