Shades of Observatory #01956A
Tints of Observatory #01956A
RGB
CMYK
RGB Variations
Color information
#01956A (or 0x01956A) is known color: Observatory. HEX triplet: 01, 95 and 6A. RGB value is (1,149,106). Sum of RGB (Red+Green+Blue) = 1+149+106=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #01956A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01956A is #FE6A95. Grayscale: #636363. Windows color (decimal): -16673430 or 6984961. OLE color: 6984961.
HSL color Cylindrical-coordinate representation of color #01956A: hue angle of 162.57º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01956A is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 149 | 106 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.42 |
| HSL | 162.57º | 0.99% | 0.29% | - |
| HSV(B) | 162.57º | 0.99% | 0.58% | - |
| XYZ | 13.36 | 22.54 | 17.28 | - |
| YUV | 99.85 | 131.47 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 106 | 0.99 | 0 | 0.29 | 0.42 | 162.57 | 0.99 | 0.29 |
| Hex | 1 | 95 | 6A | 63 | 0 | 1D | 2A | A3 | 63 | 1D |
| Octal | 1 | 225 | 152 | 143 | 0 | 35 | 52 | 243 | 143 | 35 |
| Binary | 1 | 10010101 | 1101010 | 1100011 | 0 | 11101 | 101010 | 10100011 | 1100011 | 11101 |
Color Harmonies of #01956A
Complementary color
Monochromatic Colors of #01956A
Black with #01956A
Text Example
Text Example
White with #01956A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01956A; }
p { color: rgb(1,149,106); }
H1.HeaderClassName
{
color: #01956A;
}
.AnyTagClassName
{
color: #01956A;
}
</style>
background-color css
<style>
a { background-color: #01956A; }
a { background-color: rgb(1,149,106); }
div.DivClassName
{
background-color: #01956A;
}
.BgClassName
{
background-color: #01956A;
}
</style>
border-color css
<style>
span { border-color: #01956A; }
span { border-color: rgb(1,149,106); }
td.TdClassName
{
border-color: #01956A;
}
.TagClassName
{
border-color: #01956A;
}
</style>