Shades of Observatory #07946D
Tints of Observatory #07946D
RGB
CMYK
RGB Variations
Color information
#07946D (or 0x07946D) is known color: Observatory. HEX triplet: 07, 94 and 6D. RGB value is (7,148,109). Sum of RGB (Red+Green+Blue) = 7+148+109=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #07946D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07946D is #F86B92. Grayscale: #656565. Windows color (decimal): -16280467 or 7181319. OLE color: 7181319.
HSL color Cylindrical-coordinate representation of color #07946D: hue angle of 163.4º 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 #07946D is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 148 | 109 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.42 |
| HSL | 163.4º | 0.91% | 0.3% | - |
| HSV(B) | 163.4º | 0.95% | 0.58% | - |
| XYZ | 13.44 | 22.33 | 18.07 | - |
| YUV | 101.4 | 132.29 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 148 | 109 | 0.95 | 0 | 0.26 | 0.42 | 163.4 | 0.91 | 0.3 |
| Hex | 7 | 94 | 6D | 5F | 0 | 1A | 2A | A3 | 5B | 1E |
| Octal | 7 | 224 | 155 | 137 | 0 | 32 | 52 | 243 | 133 | 36 |
| Binary | 111 | 10010100 | 1101101 | 1011111 | 0 | 11010 | 101010 | 10100011 | 1011011 | 11110 |
Color Harmonies of #07946D
Complementary color
Monochromatic Colors of #07946D
Black with #07946D
Text Example
Text Example
White with #07946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07946D; }
p { color: rgb(7,148,109); }
H1.HeaderClassName
{
color: #07946D;
}
.AnyTagClassName
{
color: #07946D;
}
</style>
background-color css
<style>
a { background-color: #07946D; }
a { background-color: rgb(7,148,109); }
div.DivClassName
{
background-color: #07946D;
}
.BgClassName
{
background-color: #07946D;
}
</style>
border-color css
<style>
span { border-color: #07946D; }
span { border-color: rgb(7,148,109); }
td.TdClassName
{
border-color: #07946D;
}
.TagClassName
{
border-color: #07946D;
}
</style>