Shades of Observatory #07937D
Tints of Observatory #07937D
RGB
CMYK
RGB Variations
Color information
#07937D (or 0x07937D) is known color: Observatory. HEX triplet: 07, 93 and 7D. RGB value is (7,147,125). Sum of RGB (Red+Green+Blue) = 7+147+125=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #07937D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07937D is #F86C82. Grayscale: #666666. Windows color (decimal): -16280707 or 8229639. OLE color: 8229639.
HSL color Cylindrical-coordinate representation of color #07937D: hue angle of 170.57º 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 #07937D is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 147 | 125 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.42 |
| HSL | 170.57º | 0.91% | 0.3% | - |
| HSV(B) | 170.57º | 0.95% | 0.58% | - |
| XYZ | 14.22 | 22.39 | 22.97 | - |
| YUV | 102.63 | 140.62 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 125 | 0.95 | 0 | 0.15 | 0.42 | 170.57 | 0.91 | 0.3 |
| Hex | 7 | 93 | 7D | 5F | 0 | F | 2A | AB | 5B | 1E |
| Octal | 7 | 223 | 175 | 137 | 0 | 17 | 52 | 253 | 133 | 36 |
| Binary | 111 | 10010011 | 1111101 | 1011111 | 0 | 1111 | 101010 | 10101011 | 1011011 | 11110 |
Color Harmonies of #07937D
Complementary color
Monochromatic Colors of #07937D
Black with #07937D
Text Example
Text Example
White with #07937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07937D; }
p { color: rgb(7,147,125); }
H1.HeaderClassName
{
color: #07937D;
}
.AnyTagClassName
{
color: #07937D;
}
</style>
background-color css
<style>
a { background-color: #07937D; }
a { background-color: rgb(7,147,125); }
div.DivClassName
{
background-color: #07937D;
}
.BgClassName
{
background-color: #07937D;
}
</style>
border-color css
<style>
span { border-color: #07937D; }
span { border-color: rgb(7,147,125); }
td.TdClassName
{
border-color: #07937D;
}
.TagClassName
{
border-color: #07937D;
}
</style>