Shades of Observatory #07866F
Tints of Observatory #07866F
RGB
CMYK
RGB Variations
Color information
#07866F (or 0x07866F) is known color: Observatory. HEX triplet: 07, 86 and 6F. RGB value is (7,134,111). Sum of RGB (Red+Green+Blue) = 7+134+111=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #07866F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07866F is #F87990. Grayscale: #5D5D5D. Windows color (decimal): -16284049 or 7308807. OLE color: 7308807.
HSL color Cylindrical-coordinate representation of color #07866F: hue angle of 169.13º 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 #07866F is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 134 | 111 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.47 |
| HSL | 169.13º | 0.9% | 0.28% | - |
| HSV(B) | 169.13º | 0.95% | 0.53% | - |
| XYZ | 11.48 | 18.24 | 17.96 | - |
| YUV | 93.41 | 137.92 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 111 | 0.95 | 0 | 0.17 | 0.47 | 169.13 | 0.9 | 0.28 |
| Hex | 7 | 86 | 6F | 5F | 0 | 11 | 2F | A9 | 5A | 1C |
| Octal | 7 | 206 | 157 | 137 | 0 | 21 | 57 | 251 | 132 | 34 |
| Binary | 111 | 10000110 | 1101111 | 1011111 | 0 | 10001 | 101111 | 10101001 | 1011010 | 11100 |
Color Harmonies of #07866F
Complementary color
Monochromatic Colors of #07866F
Black with #07866F
Text Example
Text Example
White with #07866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07866F; }
p { color: rgb(7,134,111); }
H1.HeaderClassName
{
color: #07866F;
}
.AnyTagClassName
{
color: #07866F;
}
</style>
background-color css
<style>
a { background-color: #07866F; }
a { background-color: rgb(7,134,111); }
div.DivClassName
{
background-color: #07866F;
}
.BgClassName
{
background-color: #07866F;
}
</style>
border-color css
<style>
span { border-color: #07866F; }
span { border-color: rgb(7,134,111); }
td.TdClassName
{
border-color: #07866F;
}
.TagClassName
{
border-color: #07866F;
}
</style>