Shades of Observatory #06876E
Tints of Observatory #06876E
RGB
CMYK
RGB Variations
Color information
#06876E (or 0x06876E) is known color: Observatory. HEX triplet: 06, 87 and 6E. RGB value is (6,135,110). Sum of RGB (Red+Green+Blue) = 6+135+110=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #06876E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06876E is #F97891. Grayscale: #5D5D5D. Windows color (decimal): -16349330 or 7243526. OLE color: 7243526.
HSL color Cylindrical-coordinate representation of color #06876E: hue angle of 168.37º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06876E is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 135 | 110 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.47 |
| HSL | 168.37º | 0.91% | 0.28% | - |
| HSV(B) | 168.37º | 0.96% | 0.53% | - |
| XYZ | 11.55 | 18.49 | 17.71 | - |
| YUV | 93.58 | 137.26 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 110 | 0.96 | 0 | 0.19 | 0.47 | 168.37 | 0.91 | 0.28 |
| Hex | 6 | 87 | 6E | 60 | 0 | 13 | 2F | A8 | 5B | 1C |
| Octal | 6 | 207 | 156 | 140 | 0 | 23 | 57 | 250 | 133 | 34 |
| Binary | 110 | 10000111 | 1101110 | 1100000 | 0 | 10011 | 101111 | 10101000 | 1011011 | 11100 |
Color Harmonies of #06876E
Complementary color
Monochromatic Colors of #06876E
Black with #06876E
Text Example
Text Example
White with #06876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06876E; }
p { color: rgb(6,135,110); }
H1.HeaderClassName
{
color: #06876E;
}
.AnyTagClassName
{
color: #06876E;
}
</style>
background-color css
<style>
a { background-color: #06876E; }
a { background-color: rgb(6,135,110); }
div.DivClassName
{
background-color: #06876E;
}
.BgClassName
{
background-color: #06876E;
}
</style>
border-color css
<style>
span { border-color: #06876E; }
span { border-color: rgb(6,135,110); }
td.TdClassName
{
border-color: #06876E;
}
.TagClassName
{
border-color: #06876E;
}
</style>