Shades of Observatory #07956D
Tints of Observatory #07956D
RGB
CMYK
RGB Variations
Color information
#07956D (or 0x07956D) is known color: Observatory. HEX triplet: 07, 95 and 6D. RGB value is (7,149,109). Sum of RGB (Red+Green+Blue) = 7+149+109=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #07956D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07956D is #F86A92. Grayscale: #656565. Windows color (decimal): -16280211 or 7181575. OLE color: 7181575.
HSL color Cylindrical-coordinate representation of color #07956D: hue angle of 163.1º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07956D is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 149 | 109 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.42 |
| HSL | 163.1º | 0.91% | 0.31% | - |
| HSV(B) | 163.1º | 0.95% | 0.58% | - |
| XYZ | 13.6 | 22.64 | 18.12 | - |
| YUV | 101.98 | 131.96 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 149 | 109 | 0.95 | 0 | 0.27 | 0.42 | 163.1 | 0.91 | 0.31 |
| Hex | 7 | 95 | 6D | 5F | 0 | 1B | 2A | A3 | 5B | 1F |
| Octal | 7 | 225 | 155 | 137 | 0 | 33 | 52 | 243 | 133 | 37 |
| Binary | 111 | 10010101 | 1101101 | 1011111 | 0 | 11011 | 101010 | 10100011 | 1011011 | 11111 |
Color Harmonies of #07956D
Complementary color
Monochromatic Colors of #07956D
Black with #07956D
Text Example
Text Example
White with #07956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07956D; }
p { color: rgb(7,149,109); }
H1.HeaderClassName
{
color: #07956D;
}
.AnyTagClassName
{
color: #07956D;
}
</style>
background-color css
<style>
a { background-color: #07956D; }
a { background-color: rgb(7,149,109); }
div.DivClassName
{
background-color: #07956D;
}
.BgClassName
{
background-color: #07956D;
}
</style>
border-color css
<style>
span { border-color: #07956D; }
span { border-color: rgb(7,149,109); }
td.TdClassName
{
border-color: #07956D;
}
.TagClassName
{
border-color: #07956D;
}
</style>