Shades of Observatory #07897A
Tints of Observatory #07897A
RGB
CMYK
RGB Variations
Color information
#07897A (or 0x07897A) is known color: Observatory. HEX triplet: 07, 89 and 7A. RGB value is (7,137,122). Sum of RGB (Red+Green+Blue) = 7+137+122=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 137 (53.91% from 255 or 51.50% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 137 - color contains mainly: green. Hex color #07897A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07897A is #F87685. Grayscale: #606060. Windows color (decimal): -16283270 or 8030471. OLE color: 8030471.
HSL color Cylindrical-coordinate representation of color #07897A: hue angle of 173.08º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07897A is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 122 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.46 |
| HSL | 173.08º | 0.9% | 0.28% | - |
| HSV(B) | 173.08º | 0.95% | 0.54% | - |
| XYZ | 12.55 | 19.34 | 21.48 | - |
| YUV | 96.42 | 142.43 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 122 | 0.95 | 0 | 0.11 | 0.46 | 173.08 | 0.9 | 0.28 |
| Hex | 7 | 89 | 7A | 5F | 0 | B | 2E | AD | 5A | 1C |
| Octal | 7 | 211 | 172 | 137 | 0 | 13 | 56 | 255 | 132 | 34 |
| Binary | 111 | 10001001 | 1111010 | 1011111 | 0 | 1011 | 101110 | 10101101 | 1011010 | 11100 |
Color Harmonies of #07897A
Complementary color
Monochromatic Colors of #07897A
Black with #07897A
Text Example
Text Example
White with #07897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07897A; }
p { color: rgb(7,137,122); }
H1.HeaderClassName
{
color: #07897A;
}
.AnyTagClassName
{
color: #07897A;
}
</style>
background-color css
<style>
a { background-color: #07897A; }
a { background-color: rgb(7,137,122); }
div.DivClassName
{
background-color: #07897A;
}
.BgClassName
{
background-color: #07897A;
}
</style>
border-color css
<style>
span { border-color: #07897A; }
span { border-color: rgb(7,137,122); }
td.TdClassName
{
border-color: #07897A;
}
.TagClassName
{
border-color: #07897A;
}
</style>