Shades of Observatory #07927F
Tints of Observatory #07927F
RGB
CMYK
RGB Variations
Color information
#07927F (or 0x07927F) is known color: Observatory. HEX triplet: 07, 92 and 7F. RGB value is (7,146,127). Sum of RGB (Red+Green+Blue) = 7+146+127=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #07927F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07927F is #F86D80. Grayscale: #666666. Windows color (decimal): -16280961 or 8360455. OLE color: 8360455.
HSL color Cylindrical-coordinate representation of color #07927F: hue angle of 171.8º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07927F is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 146 | 127 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.43 |
| HSL | 171.8º | 0.91% | 0.3% | - |
| HSV(B) | 171.8º | 0.95% | 0.57% | - |
| XYZ | 14.2 | 22.14 | 23.6 | - |
| YUV | 102.27 | 141.95 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 146 | 127 | 0.95 | 0 | 0.13 | 0.43 | 171.8 | 0.91 | 0.3 |
| Hex | 7 | 92 | 7F | 5F | 0 | D | 2B | AC | 5B | 1E |
| Octal | 7 | 222 | 177 | 137 | 0 | 15 | 53 | 254 | 133 | 36 |
| Binary | 111 | 10010010 | 1111111 | 1011111 | 0 | 1101 | 101011 | 10101100 | 1011011 | 11110 |
Color Harmonies of #07927F
Complementary color
Monochromatic Colors of #07927F
Black with #07927F
Text Example
Text Example
White with #07927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07927F; }
p { color: rgb(7,146,127); }
H1.HeaderClassName
{
color: #07927F;
}
.AnyTagClassName
{
color: #07927F;
}
</style>
background-color css
<style>
a { background-color: #07927F; }
a { background-color: rgb(7,146,127); }
div.DivClassName
{
background-color: #07927F;
}
.BgClassName
{
background-color: #07927F;
}
</style>
border-color css
<style>
span { border-color: #07927F; }
span { border-color: rgb(7,146,127); }
td.TdClassName
{
border-color: #07927F;
}
.TagClassName
{
border-color: #07927F;
}
</style>