Shades of Observatory #07917E
Tints of Observatory #07917E
RGB
CMYK
RGB Variations
Color information
#07917E (or 0x07917E) is known color: Observatory. HEX triplet: 07, 91 and 7E. RGB value is (7,145,126). Sum of RGB (Red+Green+Blue) = 7+145+126=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #07917E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07917E is #F86E81. Grayscale: #656565. Windows color (decimal): -16281218 or 8294663. OLE color: 8294663.
HSL color Cylindrical-coordinate representation of color #07917E: hue angle of 171.74º 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 #07917E is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 145 | 126 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.43 |
| HSL | 171.74º | 0.91% | 0.3% | - |
| HSV(B) | 171.74º | 0.95% | 0.57% | - |
| XYZ | 13.98 | 21.8 | 23.21 | - |
| YUV | 101.57 | 141.78 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 145 | 126 | 0.95 | 0 | 0.13 | 0.43 | 171.74 | 0.91 | 0.3 |
| Hex | 7 | 91 | 7E | 5F | 0 | D | 2B | AC | 5B | 1E |
| Octal | 7 | 221 | 176 | 137 | 0 | 15 | 53 | 254 | 133 | 36 |
| Binary | 111 | 10010001 | 1111110 | 1011111 | 0 | 1101 | 101011 | 10101100 | 1011011 | 11110 |
Color Harmonies of #07917E
Complementary color
Monochromatic Colors of #07917E
Black with #07917E
Text Example
Text Example
White with #07917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07917E; }
p { color: rgb(7,145,126); }
H1.HeaderClassName
{
color: #07917E;
}
.AnyTagClassName
{
color: #07917E;
}
</style>
background-color css
<style>
a { background-color: #07917E; }
a { background-color: rgb(7,145,126); }
div.DivClassName
{
background-color: #07917E;
}
.BgClassName
{
background-color: #07917E;
}
</style>
border-color css
<style>
span { border-color: #07917E; }
span { border-color: rgb(7,145,126); }
td.TdClassName
{
border-color: #07917E;
}
.TagClassName
{
border-color: #07917E;
}
</style>