Shades of Observatory #06866E
Tints of Observatory #06866E
RGB
CMYK
RGB Variations
Color information
#06866E (or 0x06866E) is known color: Observatory. HEX triplet: 06, 86 and 6E. RGB value is (6,134,110). Sum of RGB (Red+Green+Blue) = 6+134+110=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #06866E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06866E is #F97991. Grayscale: #5C5C5C. Windows color (decimal): -16349586 or 7243270. OLE color: 7243270.
HSL color Cylindrical-coordinate representation of color #06866E: hue angle of 168.75º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06866E is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 134 | 110 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.47 |
| HSL | 168.75º | 0.91% | 0.27% | - |
| HSV(B) | 168.75º | 0.96% | 0.53% | - |
| XYZ | 11.41 | 18.21 | 17.67 | - |
| YUV | 92.99 | 137.59 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 134 | 110 | 0.96 | 0 | 0.18 | 0.47 | 168.75 | 0.91 | 0.27 |
| Hex | 6 | 86 | 6E | 60 | 0 | 12 | 2F | A9 | 5B | 1B |
| Octal | 6 | 206 | 156 | 140 | 0 | 22 | 57 | 251 | 133 | 33 |
| Binary | 110 | 10000110 | 1101110 | 1100000 | 0 | 10010 | 101111 | 10101001 | 1011011 | 11011 |
Color Harmonies of #06866E
Complementary color
Monochromatic Colors of #06866E
Black with #06866E
Text Example
Text Example
White with #06866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06866E; }
p { color: rgb(6,134,110); }
H1.HeaderClassName
{
color: #06866E;
}
.AnyTagClassName
{
color: #06866E;
}
</style>
background-color css
<style>
a { background-color: #06866E; }
a { background-color: rgb(6,134,110); }
div.DivClassName
{
background-color: #06866E;
}
.BgClassName
{
background-color: #06866E;
}
</style>
border-color css
<style>
span { border-color: #06866E; }
span { border-color: rgb(6,134,110); }
td.TdClassName
{
border-color: #06866E;
}
.TagClassName
{
border-color: #06866E;
}
</style>