Shades of Observatory #018872
Tints of Observatory #018872
RGB
CMYK
RGB Variations
Color information
#018872 (or 0x018872) is known color: Observatory. HEX triplet: 01, 88 and 72. RGB value is (1,136,114). Sum of RGB (Red+Green+Blue) = 1+136+114=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #018872 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018872 is #FE778D. Grayscale: #5D5D5D. Windows color (decimal): -16676750 or 7505921. OLE color: 7505921.
HSL color Cylindrical-coordinate representation of color #018872: hue angle of 170.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018872 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 136 | 114 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.47 |
| HSL | 170.22º | 0.99% | 0.27% | - |
| HSV(B) | 170.22º | 0.99% | 0.53% | - |
| XYZ | 11.85 | 18.83 | 18.93 | - |
| YUV | 93.13 | 139.77 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 114 | 0.99 | 0 | 0.16 | 0.47 | 170.22 | 0.99 | 0.27 |
| Hex | 1 | 88 | 72 | 63 | 0 | 10 | 2F | AA | 63 | 1B |
| Octal | 1 | 210 | 162 | 143 | 0 | 20 | 57 | 252 | 143 | 33 |
| Binary | 1 | 10001000 | 1110010 | 1100011 | 0 | 10000 | 101111 | 10101010 | 1100011 | 11011 |
Color Harmonies of #018872
Complementary color
Monochromatic Colors of #018872
Black with #018872
Text Example
Text Example
White with #018872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018872; }
p { color: rgb(1,136,114); }
H1.HeaderClassName
{
color: #018872;
}
.AnyTagClassName
{
color: #018872;
}
</style>
background-color css
<style>
a { background-color: #018872; }
a { background-color: rgb(1,136,114); }
div.DivClassName
{
background-color: #018872;
}
.BgClassName
{
background-color: #018872;
}
</style>
border-color css
<style>
span { border-color: #018872; }
span { border-color: rgb(1,136,114); }
td.TdClassName
{
border-color: #018872;
}
.TagClassName
{
border-color: #018872;
}
</style>