Shades of Observatory #07896C
Tints of Observatory #07896C
RGB
CMYK
RGB Variations
Color information
#07896C (or 0x07896C) is known color: Observatory. HEX triplet: 07, 89 and 6C. RGB value is (7,137,108). Sum of RGB (Red+Green+Blue) = 7+137+108=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 137 (53.91% from 255 or 54.37% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 137 - color contains mainly: green. Hex color #07896C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07896C is #F87693. Grayscale: #5E5E5E. Windows color (decimal): -16283284 or 7112967. OLE color: 7112967.
HSL color Cylindrical-coordinate representation of color #07896C: hue angle of 166.62º 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 #07896C is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 108 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.46 |
| HSL | 166.62º | 0.9% | 0.28% | - |
| HSV(B) | 166.62º | 0.95% | 0.54% | - |
| XYZ | 11.74 | 19.02 | 17.24 | - |
| YUV | 94.82 | 135.43 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 108 | 0.95 | 0 | 0.21 | 0.46 | 166.62 | 0.9 | 0.28 |
| Hex | 7 | 89 | 6C | 5F | 0 | 15 | 2E | A7 | 5A | 1C |
| Octal | 7 | 211 | 154 | 137 | 0 | 25 | 56 | 247 | 132 | 34 |
| Binary | 111 | 10001001 | 1101100 | 1011111 | 0 | 10101 | 101110 | 10100111 | 1011010 | 11100 |
Color Harmonies of #07896C
Complementary color
Monochromatic Colors of #07896C
Black with #07896C
Text Example
Text Example
White with #07896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07896C; }
p { color: rgb(7,137,108); }
H1.HeaderClassName
{
color: #07896C;
}
.AnyTagClassName
{
color: #07896C;
}
</style>
background-color css
<style>
a { background-color: #07896C; }
a { background-color: rgb(7,137,108); }
div.DivClassName
{
background-color: #07896C;
}
.BgClassName
{
background-color: #07896C;
}
</style>
border-color css
<style>
span { border-color: #07896C; }
span { border-color: rgb(7,137,108); }
td.TdClassName
{
border-color: #07896C;
}
.TagClassName
{
border-color: #07896C;
}
</style>