Shades of Observatory #068366
Tints of Observatory #068366
RGB
CMYK
RGB Variations
Color information
#068366 (or 0x068366) is known color: Observatory. HEX triplet: 06, 83 and 66. RGB value is (6,131,102). Sum of RGB (Red+Green+Blue) = 6+131+102=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #068366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068366 is #F97C99. Grayscale: #5A5A5A. Windows color (decimal): -16350362 or 6718214. OLE color: 6718214.
HSL color Cylindrical-coordinate representation of color #068366: hue angle of 166.08º degrees, saturation: 0.91, 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 #068366 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 131 | 102 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.49 |
| HSL | 166.08º | 0.91% | 0.27% | - |
| HSV(B) | 166.08º | 0.95% | 0.51% | - |
| XYZ | 10.59 | 17.23 | 15.34 | - |
| YUV | 90.32 | 134.59 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 131 | 102 | 0.95 | 0 | 0.22 | 0.49 | 166.08 | 0.91 | 0.27 |
| Hex | 6 | 83 | 66 | 5F | 0 | 16 | 31 | A6 | 5B | 1B |
| Octal | 6 | 203 | 146 | 137 | 0 | 26 | 61 | 246 | 133 | 33 |
| Binary | 110 | 10000011 | 1100110 | 1011111 | 0 | 10110 | 110001 | 10100110 | 1011011 | 11011 |
Color Harmonies of #068366
Complementary color
Monochromatic Colors of #068366
Black with #068366
Text Example
Text Example
White with #068366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068366; }
p { color: rgb(6,131,102); }
H1.HeaderClassName
{
color: #068366;
}
.AnyTagClassName
{
color: #068366;
}
</style>
background-color css
<style>
a { background-color: #068366; }
a { background-color: rgb(6,131,102); }
div.DivClassName
{
background-color: #068366;
}
.BgClassName
{
background-color: #068366;
}
</style>
border-color css
<style>
span { border-color: #068366; }
span { border-color: rgb(6,131,102); }
td.TdClassName
{
border-color: #068366;
}
.TagClassName
{
border-color: #068366;
}
</style>