Shades of Observatory #07947A
Tints of Observatory #07947A
RGB
CMYK
RGB Variations
Color information
#07947A (or 0x07947A) is known color: Observatory. HEX triplet: 07, 94 and 7A. RGB value is (7,148,122). Sum of RGB (Red+Green+Blue) = 7+148+122=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #07947A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07947A is #F86B85. Grayscale: #666666. Windows color (decimal): -16280454 or 8033287. OLE color: 8033287.
HSL color Cylindrical-coordinate representation of color #07947A: hue angle of 168.94º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07947A is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 148 | 122 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.42 |
| HSL | 168.94º | 0.91% | 0.3% | - |
| HSV(B) | 168.94º | 0.95% | 0.58% | - |
| XYZ | 14.19 | 22.63 | 22.03 | - |
| YUV | 102.88 | 138.79 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 122 | 0.95 | 0 | 0.18 | 0.42 | 168.94 | 0.91 | 0.3 |
| Hex | 7 | 94 | 7A | 5F | 0 | 12 | 2A | A9 | 5B | 1E |
| Octal | 7 | 224 | 172 | 137 | 0 | 22 | 52 | 251 | 133 | 36 |
| Binary | 111 | 10010100 | 1111010 | 1011111 | 0 | 10010 | 101010 | 10101001 | 1011011 | 11110 |
Color Harmonies of #07947A
Complementary color
Monochromatic Colors of #07947A
Black with #07947A
Text Example
Text Example
White with #07947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07947A; }
p { color: rgb(7,148,122); }
H1.HeaderClassName
{
color: #07947A;
}
.AnyTagClassName
{
color: #07947A;
}
</style>
background-color css
<style>
a { background-color: #07947A; }
a { background-color: rgb(7,148,122); }
div.DivClassName
{
background-color: #07947A;
}
.BgClassName
{
background-color: #07947A;
}
</style>
border-color css
<style>
span { border-color: #07947A; }
span { border-color: rgb(7,148,122); }
td.TdClassName
{
border-color: #07947A;
}
.TagClassName
{
border-color: #07947A;
}
</style>