Shades of Observatory #01876E
Tints of Observatory #01876E
RGB
CMYK
RGB Variations
Color information
#01876E (or 0x01876E) is known color: Observatory. HEX triplet: 01, 87 and 6E. RGB value is (1,135,110). Sum of RGB (Red+Green+Blue) = 1+135+110=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #01876E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01876E is #FE7891. Grayscale: #5C5C5C. Windows color (decimal): -16677010 or 7243521. OLE color: 7243521.
HSL color Cylindrical-coordinate representation of color #01876E: hue angle of 168.81º 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 #01876E is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 110 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.47 |
| HSL | 168.81º | 0.99% | 0.27% | - |
| HSV(B) | 168.81º | 0.99% | 0.53% | - |
| XYZ | 11.49 | 18.46 | 17.71 | - |
| YUV | 92.08 | 138.11 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 110 | 0.99 | 0 | 0.19 | 0.47 | 168.81 | 0.99 | 0.27 |
| Hex | 1 | 87 | 6E | 63 | 0 | 13 | 2F | A9 | 63 | 1B |
| Octal | 1 | 207 | 156 | 143 | 0 | 23 | 57 | 251 | 143 | 33 |
| Binary | 1 | 10000111 | 1101110 | 1100011 | 0 | 10011 | 101111 | 10101001 | 1100011 | 11011 |
Color Harmonies of #01876E
Complementary color
Monochromatic Colors of #01876E
Black with #01876E
Text Example
Text Example
White with #01876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01876E; }
p { color: rgb(1,135,110); }
H1.HeaderClassName
{
color: #01876E;
}
.AnyTagClassName
{
color: #01876E;
}
</style>
background-color css
<style>
a { background-color: #01876E; }
a { background-color: rgb(1,135,110); }
div.DivClassName
{
background-color: #01876E;
}
.BgClassName
{
background-color: #01876E;
}
</style>
border-color css
<style>
span { border-color: #01876E; }
span { border-color: rgb(1,135,110); }
td.TdClassName
{
border-color: #01876E;
}
.TagClassName
{
border-color: #01876E;
}
</style>