Shades of Observatory #07836C
Tints of Observatory #07836C
RGB
CMYK
RGB Variations
Color information
#07836C (or 0x07836C) is known color: Observatory. HEX triplet: 07, 83 and 6C. RGB value is (7,131,108). Sum of RGB (Red+Green+Blue) = 7+131+108=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 131 (51.56% from 255 or 53.25% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 131 - color contains mainly: green. Hex color #07836C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07836C is #F87C93. Grayscale: #5B5B5B. Windows color (decimal): -16284820 or 7111431. OLE color: 7111431.
HSL color Cylindrical-coordinate representation of color #07836C: hue angle of 168.87º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07836C is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 131 | 108 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.49 |
| HSL | 168.87º | 0.9% | 0.27% | - |
| HSV(B) | 168.87º | 0.95% | 0.51% | - |
| XYZ | 10.91 | 17.36 | 16.96 | - |
| YUV | 91.3 | 137.42 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 108 | 0.95 | 0 | 0.18 | 0.49 | 168.87 | 0.9 | 0.27 |
| Hex | 7 | 83 | 6C | 5F | 0 | 12 | 31 | A9 | 5A | 1B |
| Octal | 7 | 203 | 154 | 137 | 0 | 22 | 61 | 251 | 132 | 33 |
| Binary | 111 | 10000011 | 1101100 | 1011111 | 0 | 10010 | 110001 | 10101001 | 1011010 | 11011 |
Color Harmonies of #07836C
Complementary color
Monochromatic Colors of #07836C
Black with #07836C
Text Example
Text Example
White with #07836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07836C; }
p { color: rgb(7,131,108); }
H1.HeaderClassName
{
color: #07836C;
}
.AnyTagClassName
{
color: #07836C;
}
</style>
background-color css
<style>
a { background-color: #07836C; }
a { background-color: rgb(7,131,108); }
div.DivClassName
{
background-color: #07836C;
}
.BgClassName
{
background-color: #07836C;
}
</style>
border-color css
<style>
span { border-color: #07836C; }
span { border-color: rgb(7,131,108); }
td.TdClassName
{
border-color: #07836C;
}
.TagClassName
{
border-color: #07836C;
}
</style>