Shades of Observatory #07866D
Tints of Observatory #07866D
RGB
CMYK
RGB Variations
Color information
#07866D (or 0x07866D) is known color: Observatory. HEX triplet: 07, 86 and 6D. RGB value is (7,134,109). Sum of RGB (Red+Green+Blue) = 7+134+109=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #07866D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07866D is #F87992. Grayscale: #5D5D5D. Windows color (decimal): -16284051 or 7177735. OLE color: 7177735.
HSL color Cylindrical-coordinate representation of color #07866D: hue angle of 168.19º 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 #07866D is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 134 | 109 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.47 |
| HSL | 168.19º | 0.9% | 0.28% | - |
| HSV(B) | 168.19º | 0.95% | 0.53% | - |
| XYZ | 11.37 | 18.2 | 17.38 | - |
| YUV | 93.18 | 136.92 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 109 | 0.95 | 0 | 0.19 | 0.47 | 168.19 | 0.9 | 0.28 |
| Hex | 7 | 86 | 6D | 5F | 0 | 13 | 2F | A8 | 5A | 1C |
| Octal | 7 | 206 | 155 | 137 | 0 | 23 | 57 | 250 | 132 | 34 |
| Binary | 111 | 10000110 | 1101101 | 1011111 | 0 | 10011 | 101111 | 10101000 | 1011010 | 11100 |
Color Harmonies of #07866D
Complementary color
Monochromatic Colors of #07866D
Black with #07866D
Text Example
Text Example
White with #07866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07866D; }
p { color: rgb(7,134,109); }
H1.HeaderClassName
{
color: #07866D;
}
.AnyTagClassName
{
color: #07866D;
}
</style>
background-color css
<style>
a { background-color: #07866D; }
a { background-color: rgb(7,134,109); }
div.DivClassName
{
background-color: #07866D;
}
.BgClassName
{
background-color: #07866D;
}
</style>
border-color css
<style>
span { border-color: #07866D; }
span { border-color: rgb(7,134,109); }
td.TdClassName
{
border-color: #07866D;
}
.TagClassName
{
border-color: #07866D;
}
</style>