Shades of Observatory #068F75
Tints of Observatory #068F75
RGB
CMYK
RGB Variations
Color information
#068F75 (or 0x068F75) is known color: Observatory. HEX triplet: 06, 8F and 75. RGB value is (6,143,117). Sum of RGB (Red+Green+Blue) = 6+143+117=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 143 (56.25% from 255 or 53.76% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 143 - color contains mainly: green. Hex color #068F75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068F75 is #F9708A. Grayscale: #636363. Windows color (decimal): -16347275 or 7704326. OLE color: 7704326.
HSL color Cylindrical-coordinate representation of color #068F75: hue angle of 168.61º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068F75 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 143 | 117 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.44 |
| HSL | 168.61º | 0.92% | 0.29% | - |
| HSV(B) | 168.61º | 0.96% | 0.56% | - |
| XYZ | 13.11 | 20.97 | 20.19 | - |
| YUV | 99.07 | 138.11 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 117 | 0.96 | 0 | 0.18 | 0.44 | 168.61 | 0.92 | 0.29 |
| Hex | 6 | 8F | 75 | 60 | 0 | 12 | 2C | A9 | 5C | 1D |
| Octal | 6 | 217 | 165 | 140 | 0 | 22 | 54 | 251 | 134 | 35 |
| Binary | 110 | 10001111 | 1110101 | 1100000 | 0 | 10010 | 101100 | 10101001 | 1011100 | 11101 |
Color Harmonies of #068F75
Complementary color
Monochromatic Colors of #068F75
Black with #068F75
Text Example
Text Example
White with #068F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068F75; }
p { color: rgb(6,143,117); }
H1.HeaderClassName
{
color: #068F75;
}
.AnyTagClassName
{
color: #068F75;
}
</style>
background-color css
<style>
a { background-color: #068F75; }
a { background-color: rgb(6,143,117); }
div.DivClassName
{
background-color: #068F75;
}
.BgClassName
{
background-color: #068F75;
}
</style>
border-color css
<style>
span { border-color: #068F75; }
span { border-color: rgb(6,143,117); }
td.TdClassName
{
border-color: #068F75;
}
.TagClassName
{
border-color: #068F75;
}
</style>