Shades of Observatory #07846F
Tints of Observatory #07846F
RGB
CMYK
RGB Variations
Color information
#07846F (or 0x07846F) is known color: Observatory. HEX triplet: 07, 84 and 6F. RGB value is (7,132,111). Sum of RGB (Red+Green+Blue) = 7+132+111=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #07846F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07846F is #F87B90. Grayscale: #5C5C5C. Windows color (decimal): -16284561 or 7308295. OLE color: 7308295.
HSL color Cylindrical-coordinate representation of color #07846F: hue angle of 169.92º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07846F is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 132 | 111 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.48 |
| HSL | 169.92º | 0.9% | 0.27% | - |
| HSV(B) | 169.92º | 0.95% | 0.52% | - |
| XYZ | 11.21 | 17.7 | 17.86 | - |
| YUV | 92.23 | 138.59 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 132 | 111 | 0.95 | 0 | 0.16 | 0.48 | 169.92 | 0.9 | 0.27 |
| Hex | 7 | 84 | 6F | 5F | 0 | 10 | 30 | AA | 5A | 1B |
| Octal | 7 | 204 | 157 | 137 | 0 | 20 | 60 | 252 | 132 | 33 |
| Binary | 111 | 10000100 | 1101111 | 1011111 | 0 | 10000 | 110000 | 10101010 | 1011010 | 11011 |
Color Harmonies of #07846F
Complementary color
Monochromatic Colors of #07846F
Black with #07846F
Text Example
Text Example
White with #07846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07846F; }
p { color: rgb(7,132,111); }
H1.HeaderClassName
{
color: #07846F;
}
.AnyTagClassName
{
color: #07846F;
}
</style>
background-color css
<style>
a { background-color: #07846F; }
a { background-color: rgb(7,132,111); }
div.DivClassName
{
background-color: #07846F;
}
.BgClassName
{
background-color: #07846F;
}
</style>
border-color css
<style>
span { border-color: #07846F; }
span { border-color: rgb(7,132,111); }
td.TdClassName
{
border-color: #07846F;
}
.TagClassName
{
border-color: #07846F;
}
</style>