Shades of Observatory #01917C
Tints of Observatory #01917C
RGB
CMYK
RGB Variations
Color information
#01917C (or 0x01917C) is known color: Observatory. HEX triplet: 01, 91 and 7C. RGB value is (1,145,124). Sum of RGB (Red+Green+Blue) = 1+145+124=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #01917C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01917C is #FE6E83. Grayscale: #636363. Windows color (decimal): -16674436 or 8163585. OLE color: 8163585.
HSL color Cylindrical-coordinate representation of color #01917C: hue angle of 171.25º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01917C is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 145 | 124 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.43 |
| HSL | 171.25º | 0.99% | 0.29% | - |
| HSV(B) | 171.25º | 0.99% | 0.57% | - |
| XYZ | 13.78 | 21.71 | 22.53 | - |
| YUV | 99.55 | 141.79 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 145 | 124 | 0.99 | 0 | 0.14 | 0.43 | 171.25 | 0.99 | 0.29 |
| Hex | 1 | 91 | 7C | 63 | 0 | E | 2B | AB | 63 | 1D |
| Octal | 1 | 221 | 174 | 143 | 0 | 16 | 53 | 253 | 143 | 35 |
| Binary | 1 | 10010001 | 1111100 | 1100011 | 0 | 1110 | 101011 | 10101011 | 1100011 | 11101 |
Color Harmonies of #01917C
Complementary color
Monochromatic Colors of #01917C
Black with #01917C
Text Example
Text Example
White with #01917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01917C; }
p { color: rgb(1,145,124); }
H1.HeaderClassName
{
color: #01917C;
}
.AnyTagClassName
{
color: #01917C;
}
</style>
background-color css
<style>
a { background-color: #01917C; }
a { background-color: rgb(1,145,124); }
div.DivClassName
{
background-color: #01917C;
}
.BgClassName
{
background-color: #01917C;
}
</style>
border-color css
<style>
span { border-color: #01917C; }
span { border-color: rgb(1,145,124); }
td.TdClassName
{
border-color: #01917C;
}
.TagClassName
{
border-color: #01917C;
}
</style>