Shades of Observatory #07947B
Tints of Observatory #07947B
RGB
CMYK
RGB Variations
Color information
#07947B (or 0x07947B) is known color: Observatory. HEX triplet: 07, 94 and 7B. RGB value is (7,148,123). Sum of RGB (Red+Green+Blue) = 7+148+123=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #07947B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07947B is #F86B84. Grayscale: #666666. Windows color (decimal): -16280453 or 8098823. OLE color: 8098823.
HSL color Cylindrical-coordinate representation of color #07947B: hue angle of 169.36º 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 #07947B is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 148 | 123 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.42 |
| HSL | 169.36º | 0.91% | 0.3% | - |
| HSV(B) | 169.36º | 0.95% | 0.58% | - |
| XYZ | 14.25 | 22.66 | 22.36 | - |
| YUV | 102.99 | 139.29 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 123 | 0.95 | 0 | 0.17 | 0.42 | 169.36 | 0.91 | 0.3 |
| Hex | 7 | 94 | 7B | 5F | 0 | 11 | 2A | A9 | 5B | 1E |
| Octal | 7 | 224 | 173 | 137 | 0 | 21 | 52 | 251 | 133 | 36 |
| Binary | 111 | 10010100 | 1111011 | 1011111 | 0 | 10001 | 101010 | 10101001 | 1011011 | 11110 |
Color Harmonies of #07947B
Complementary color
Monochromatic Colors of #07947B
Black with #07947B
Text Example
Text Example
White with #07947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07947B; }
p { color: rgb(7,148,123); }
H1.HeaderClassName
{
color: #07947B;
}
.AnyTagClassName
{
color: #07947B;
}
</style>
background-color css
<style>
a { background-color: #07947B; }
a { background-color: rgb(7,148,123); }
div.DivClassName
{
background-color: #07947B;
}
.BgClassName
{
background-color: #07947B;
}
</style>
border-color css
<style>
span { border-color: #07947B; }
span { border-color: rgb(7,148,123); }
td.TdClassName
{
border-color: #07947B;
}
.TagClassName
{
border-color: #07947B;
}
</style>