Shades of Observatory #07936B
Tints of Observatory #07936B
RGB
CMYK
RGB Variations
Color information
#07936B (or 0x07936B) is known color: Observatory. HEX triplet: 07, 93 and 6B. RGB value is (7,147,107). Sum of RGB (Red+Green+Blue) = 7+147+107=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #07936B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07936B is #F86C94. Grayscale: #646464. Windows color (decimal): -16280725 or 7049991. OLE color: 7049991.
HSL color Cylindrical-coordinate representation of color #07936B: hue angle of 162.86º 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 #07936B is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 147 | 107 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.42 |
| HSL | 162.86º | 0.91% | 0.3% | - |
| HSV(B) | 162.86º | 0.95% | 0.58% | - |
| XYZ | 13.18 | 21.97 | 17.46 | - |
| YUV | 100.58 | 131.62 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 107 | 0.95 | 0 | 0.27 | 0.42 | 162.86 | 0.91 | 0.3 |
| Hex | 7 | 93 | 6B | 5F | 0 | 1B | 2A | A3 | 5B | 1E |
| Octal | 7 | 223 | 153 | 137 | 0 | 33 | 52 | 243 | 133 | 36 |
| Binary | 111 | 10010011 | 1101011 | 1011111 | 0 | 11011 | 101010 | 10100011 | 1011011 | 11110 |
Color Harmonies of #07936B
Complementary color
Monochromatic Colors of #07936B
Black with #07936B
Text Example
Text Example
White with #07936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07936B; }
p { color: rgb(7,147,107); }
H1.HeaderClassName
{
color: #07936B;
}
.AnyTagClassName
{
color: #07936B;
}
</style>
background-color css
<style>
a { background-color: #07936B; }
a { background-color: rgb(7,147,107); }
div.DivClassName
{
background-color: #07936B;
}
.BgClassName
{
background-color: #07936B;
}
</style>
border-color css
<style>
span { border-color: #07936B; }
span { border-color: rgb(7,147,107); }
td.TdClassName
{
border-color: #07936B;
}
.TagClassName
{
border-color: #07936B;
}
</style>