Shades of Observatory #068F74
Tints of Observatory #068F74
RGB
CMYK
RGB Variations
Color information
#068F74 (or 0x068F74) is known color: Observatory. HEX triplet: 06, 8F and 74. RGB value is (6,143,116). Sum of RGB (Red+Green+Blue) = 6+143+116=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 143 (56.25% from 255 or 53.96% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 143 - color contains mainly: green. Hex color #068F74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068F74 is #F9708B. Grayscale: #626262. Windows color (decimal): -16347276 or 7638790. OLE color: 7638790.
HSL color Cylindrical-coordinate representation of color #068F74: hue angle of 168.18º 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 #068F74 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 143 | 116 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.44 |
| HSL | 168.18º | 0.92% | 0.29% | - |
| HSV(B) | 168.18º | 0.96% | 0.56% | - |
| XYZ | 13.05 | 20.94 | 19.88 | - |
| YUV | 98.96 | 137.61 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 116 | 0.96 | 0 | 0.19 | 0.44 | 168.18 | 0.92 | 0.29 |
| Hex | 6 | 8F | 74 | 60 | 0 | 13 | 2C | A8 | 5C | 1D |
| Octal | 6 | 217 | 164 | 140 | 0 | 23 | 54 | 250 | 134 | 35 |
| Binary | 110 | 10001111 | 1110100 | 1100000 | 0 | 10011 | 101100 | 10101000 | 1011100 | 11101 |
Color Harmonies of #068F74
Complementary color
Monochromatic Colors of #068F74
Black with #068F74
Text Example
Text Example
White with #068F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068F74; }
p { color: rgb(6,143,116); }
H1.HeaderClassName
{
color: #068F74;
}
.AnyTagClassName
{
color: #068F74;
}
</style>
background-color css
<style>
a { background-color: #068F74; }
a { background-color: rgb(6,143,116); }
div.DivClassName
{
background-color: #068F74;
}
.BgClassName
{
background-color: #068F74;
}
</style>
border-color css
<style>
span { border-color: #068F74; }
span { border-color: rgb(6,143,116); }
td.TdClassName
{
border-color: #068F74;
}
.TagClassName
{
border-color: #068F74;
}
</style>