Shades of Observatory #07876C
Tints of Observatory #07876C
RGB
CMYK
RGB Variations
Color information
#07876C (or 0x07876C) is known color: Observatory. HEX triplet: 07, 87 and 6C. RGB value is (7,135,108). Sum of RGB (Red+Green+Blue) = 7+135+108=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #07876C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07876C is #F87893. Grayscale: #5D5D5D. Windows color (decimal): -16283796 or 7112455. OLE color: 7112455.
HSL color Cylindrical-coordinate representation of color #07876C: hue angle of 167.34º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07876C is Cyan = 0.95, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 108 | - |
| CMYK | 0.95 | 0 | 0.2 | 0.47 |
| HSL | 167.34º | 0.9% | 0.28% | - |
| HSV(B) | 167.34º | 0.95% | 0.53% | - |
| XYZ | 11.46 | 18.46 | 17.15 | - |
| YUV | 93.65 | 136.09 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 108 | 0.95 | 0 | 0.2 | 0.47 | 167.34 | 0.9 | 0.28 |
| Hex | 7 | 87 | 6C | 5F | 0 | 14 | 2F | A7 | 5A | 1C |
| Octal | 7 | 207 | 154 | 137 | 0 | 24 | 57 | 247 | 132 | 34 |
| Binary | 111 | 10000111 | 1101100 | 1011111 | 0 | 10100 | 101111 | 10100111 | 1011010 | 11100 |
Color Harmonies of #07876C
Complementary color
Monochromatic Colors of #07876C
Black with #07876C
Text Example
Text Example
White with #07876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07876C; }
p { color: rgb(7,135,108); }
H1.HeaderClassName
{
color: #07876C;
}
.AnyTagClassName
{
color: #07876C;
}
</style>
background-color css
<style>
a { background-color: #07876C; }
a { background-color: rgb(7,135,108); }
div.DivClassName
{
background-color: #07876C;
}
.BgClassName
{
background-color: #07876C;
}
</style>
border-color css
<style>
span { border-color: #07876C; }
span { border-color: rgb(7,135,108); }
td.TdClassName
{
border-color: #07876C;
}
.TagClassName
{
border-color: #07876C;
}
</style>