Shades of Observatory #01916A
Tints of Observatory #01916A
RGB
CMYK
RGB Variations
Color information
#01916A (or 0x01916A) is known color: Observatory. HEX triplet: 01, 91 and 6A. RGB value is (1,145,106). Sum of RGB (Red+Green+Blue) = 1+145+106=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #01916A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01916A is #FE6E95. Grayscale: #616161. Windows color (decimal): -16674454 or 6983937. OLE color: 6983937.
HSL color Cylindrical-coordinate representation of color #01916A: hue angle of 163.75º 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 #01916A is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 145 | 106 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.43 |
| HSL | 163.75º | 0.99% | 0.29% | - |
| HSV(B) | 163.75º | 0.99% | 0.57% | - |
| XYZ | 12.74 | 21.3 | 17.08 | - |
| YUV | 97.5 | 132.79 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 145 | 106 | 0.99 | 0 | 0.27 | 0.43 | 163.75 | 0.99 | 0.29 |
| Hex | 1 | 91 | 6A | 63 | 0 | 1B | 2B | A4 | 63 | 1D |
| Octal | 1 | 221 | 152 | 143 | 0 | 33 | 53 | 244 | 143 | 35 |
| Binary | 1 | 10010001 | 1101010 | 1100011 | 0 | 11011 | 101011 | 10100100 | 1100011 | 11101 |
Color Harmonies of #01916A
Complementary color
Monochromatic Colors of #01916A
Black with #01916A
Text Example
Text Example
White with #01916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01916A; }
p { color: rgb(1,145,106); }
H1.HeaderClassName
{
color: #01916A;
}
.AnyTagClassName
{
color: #01916A;
}
</style>
background-color css
<style>
a { background-color: #01916A; }
a { background-color: rgb(1,145,106); }
div.DivClassName
{
background-color: #01916A;
}
.BgClassName
{
background-color: #01916A;
}
</style>
border-color css
<style>
span { border-color: #01916A; }
span { border-color: rgb(1,145,106); }
td.TdClassName
{
border-color: #01916A;
}
.TagClassName
{
border-color: #01916A;
}
</style>