Shades of Observatory #07926F
Tints of Observatory #07926F
RGB
CMYK
RGB Variations
Color information
#07926F (or 0x07926F) is known color: Observatory. HEX triplet: 07, 92 and 6F. RGB value is (7,146,111). Sum of RGB (Red+Green+Blue) = 7+146+111=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #07926F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07926F is #F86D90. Grayscale: #646464. Windows color (decimal): -16280977 or 7311879. OLE color: 7311879.
HSL color Cylindrical-coordinate representation of color #07926F: hue angle of 164.89º 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 #07926F is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 146 | 111 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.43 |
| HSL | 164.89º | 0.91% | 0.3% | - |
| HSV(B) | 164.89º | 0.95% | 0.57% | - |
| XYZ | 13.24 | 21.75 | 18.54 | - |
| YUV | 100.45 | 133.95 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 146 | 111 | 0.95 | 0 | 0.24 | 0.43 | 164.89 | 0.91 | 0.3 |
| Hex | 7 | 92 | 6F | 5F | 0 | 18 | 2B | A5 | 5B | 1E |
| Octal | 7 | 222 | 157 | 137 | 0 | 30 | 53 | 245 | 133 | 36 |
| Binary | 111 | 10010010 | 1101111 | 1011111 | 0 | 11000 | 101011 | 10100101 | 1011011 | 11110 |
Color Harmonies of #07926F
Complementary color
Monochromatic Colors of #07926F
Black with #07926F
Text Example
Text Example
White with #07926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07926F; }
p { color: rgb(7,146,111); }
H1.HeaderClassName
{
color: #07926F;
}
.AnyTagClassName
{
color: #07926F;
}
</style>
background-color css
<style>
a { background-color: #07926F; }
a { background-color: rgb(7,146,111); }
div.DivClassName
{
background-color: #07926F;
}
.BgClassName
{
background-color: #07926F;
}
</style>
border-color css
<style>
span { border-color: #07926F; }
span { border-color: rgb(7,146,111); }
td.TdClassName
{
border-color: #07926F;
}
.TagClassName
{
border-color: #07926F;
}
</style>