Shades of Observatory #07946F
Tints of Observatory #07946F
RGB
CMYK
RGB Variations
Color information
#07946F (or 0x07946F) is known color: Observatory. HEX triplet: 07, 94 and 6F. RGB value is (7,148,111). Sum of RGB (Red+Green+Blue) = 7+148+111=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #07946F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07946F is #F86B90. Grayscale: #656565. Windows color (decimal): -16280465 or 7312391. OLE color: 7312391.
HSL color Cylindrical-coordinate representation of color #07946F: hue angle of 164.26º 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 #07946F is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 148 | 111 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.42 |
| HSL | 164.26º | 0.91% | 0.3% | - |
| HSV(B) | 164.26º | 0.95% | 0.58% | - |
| XYZ | 13.55 | 22.37 | 18.64 | - |
| YUV | 101.62 | 133.29 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 111 | 0.95 | 0 | 0.25 | 0.42 | 164.26 | 0.91 | 0.3 |
| Hex | 7 | 94 | 6F | 5F | 0 | 19 | 2A | A4 | 5B | 1E |
| Octal | 7 | 224 | 157 | 137 | 0 | 31 | 52 | 244 | 133 | 36 |
| Binary | 111 | 10010100 | 1101111 | 1011111 | 0 | 11001 | 101010 | 10100100 | 1011011 | 11110 |
Color Harmonies of #07946F
Complementary color
Monochromatic Colors of #07946F
Black with #07946F
Text Example
Text Example
White with #07946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07946F; }
p { color: rgb(7,148,111); }
H1.HeaderClassName
{
color: #07946F;
}
.AnyTagClassName
{
color: #07946F;
}
</style>
background-color css
<style>
a { background-color: #07946F; }
a { background-color: rgb(7,148,111); }
div.DivClassName
{
background-color: #07946F;
}
.BgClassName
{
background-color: #07946F;
}
</style>
border-color css
<style>
span { border-color: #07946F; }
span { border-color: rgb(7,148,111); }
td.TdClassName
{
border-color: #07946F;
}
.TagClassName
{
border-color: #07946F;
}
</style>