Shades of Observatory #07856B
Tints of Observatory #07856B
RGB
CMYK
RGB Variations
Color information
#07856B (or 0x07856B) is known color: Observatory. HEX triplet: 07, 85 and 6B. RGB value is (7,133,107). Sum of RGB (Red+Green+Blue) = 7+133+107=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #07856B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07856B is #F87A94. Grayscale: #5C5C5C. Windows color (decimal): -16284309 or 7046407. OLE color: 7046407.
HSL color Cylindrical-coordinate representation of color #07856B: hue angle of 167.62º 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 #07856B is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 107 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.48 |
| HSL | 167.62º | 0.9% | 0.27% | - |
| HSV(B) | 167.62º | 0.95% | 0.52% | - |
| XYZ | 11.13 | 17.88 | 16.77 | - |
| YUV | 92.36 | 136.26 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 107 | 0.95 | 0 | 0.20 | 0.48 | 167.62 | 0.9 | 0.27 |
| Hex | 7 | 85 | 6B | 5F | 0 | 14 | 30 | A8 | 5A | 1B |
| Octal | 7 | 205 | 153 | 137 | 0 | 24 | 60 | 250 | 132 | 33 |
| Binary | 111 | 10000101 | 1101011 | 1011111 | 0 | 10100 | 110000 | 10101000 | 1011010 | 11011 |
Color Harmonies of #07856B
Complementary color
Monochromatic Colors of #07856B
Black with #07856B
Text Example
Text Example
White with #07856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07856B; }
p { color: rgb(7,133,107); }
H1.HeaderClassName
{
color: #07856B;
}
.AnyTagClassName
{
color: #07856B;
}
</style>
background-color css
<style>
a { background-color: #07856B; }
a { background-color: rgb(7,133,107); }
div.DivClassName
{
background-color: #07856B;
}
.BgClassName
{
background-color: #07856B;
}
</style>
border-color css
<style>
span { border-color: #07856B; }
span { border-color: rgb(7,133,107); }
td.TdClassName
{
border-color: #07856B;
}
.TagClassName
{
border-color: #07856B;
}
</style>