Shades of Observatory #07937E
Tints of Observatory #07937E
RGB
CMYK
RGB Variations
Color information
#07937E (or 0x07937E) is known color: Observatory. HEX triplet: 07, 93 and 7E. RGB value is (7,147,126). Sum of RGB (Red+Green+Blue) = 7+147+126=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #07937E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07937E is #F86C81. Grayscale: #666666. Windows color (decimal): -16280706 or 8295175. OLE color: 8295175.
HSL color Cylindrical-coordinate representation of color #07937E: hue angle of 171º 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 #07937E is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 147 | 126 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.42 |
| HSL | 171º | 0.91% | 0.3% | - |
| HSV(B) | 171º | 0.95% | 0.58% | - |
| XYZ | 14.29 | 22.42 | 23.31 | - |
| YUV | 102.75 | 141.12 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 126 | 0.95 | 0 | 0.14 | 0.42 | 171 | 0.91 | 0.3 |
| Hex | 7 | 93 | 7E | 5F | 0 | E | 2A | AB | 5B | 1E |
| Octal | 7 | 223 | 176 | 137 | 0 | 16 | 52 | 253 | 133 | 36 |
| Binary | 111 | 10010011 | 1111110 | 1011111 | 0 | 1110 | 101010 | 10101011 | 1011011 | 11110 |
Color Harmonies of #07937E
Complementary color
Monochromatic Colors of #07937E
Black with #07937E
Text Example
Text Example
White with #07937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07937E; }
p { color: rgb(7,147,126); }
H1.HeaderClassName
{
color: #07937E;
}
.AnyTagClassName
{
color: #07937E;
}
</style>
background-color css
<style>
a { background-color: #07937E; }
a { background-color: rgb(7,147,126); }
div.DivClassName
{
background-color: #07937E;
}
.BgClassName
{
background-color: #07937E;
}
</style>
border-color css
<style>
span { border-color: #07937E; }
span { border-color: rgb(7,147,126); }
td.TdClassName
{
border-color: #07937E;
}
.TagClassName
{
border-color: #07937E;
}
</style>