Shades of Observatory #00956C
Tints of Observatory #00956C
RGB
CMYK
RGB Variations
Color information
#00956C (or 0x00956C) is known color: Observatory. HEX triplet: 00, 95 and 6C. RGB value is (0,149,108). Sum of RGB (Red+Green+Blue) = 0+149+108=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #00956C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00956C is #FF6A93. Grayscale: #636363. Windows color (decimal): -16738964 or 7116032. OLE color: 7116032.
HSL color Cylindrical-coordinate representation of color #00956C: hue angle of 163.49º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00956C is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 108 | - |
| CMYK | 1 | 0 | 0.28 | 0.42 |
| HSL | 163.49º | 1% | 0.29% | - |
| HSV(B) | 163.49º | 1% | 0.58% | - |
| XYZ | 13.45 | 22.58 | 17.84 | - |
| YUV | 99.78 | 132.64 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 108 | 1 | 0 | 0.28 | 0.42 | 163.49 | 1 | 0.29 |
| Hex | 0 | 95 | 6C | 64 | 0 | 1C | 2A | A3 | 64 | 1D |
| Octal | 0 | 225 | 154 | 144 | 0 | 34 | 52 | 243 | 144 | 35 |
| Binary | 0 | 10010101 | 1101100 | 1100100 | 0 | 11100 | 101010 | 10100011 | 1100100 | 11101 |
Color Harmonies of #00956C
Complementary color
Monochromatic Colors of #00956C
Black with #00956C
Text Example
Text Example
White with #00956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00956C; }
p { color: rgb(0,149,108); }
H1.HeaderClassName
{
color: #00956C;
}
.AnyTagClassName
{
color: #00956C;
}
</style>
background-color css
<style>
a { background-color: #00956C; }
a { background-color: rgb(0,149,108); }
div.DivClassName
{
background-color: #00956C;
}
.BgClassName
{
background-color: #00956C;
}
</style>
border-color css
<style>
span { border-color: #00956C; }
span { border-color: rgb(0,149,108); }
td.TdClassName
{
border-color: #00956C;
}
.TagClassName
{
border-color: #00956C;
}
</style>