Shades of Observatory #069064
Tints of Observatory #069064
RGB
CMYK
RGB Variations
Color information
#069064 (or 0x069064) is known color: Observatory. HEX triplet: 06, 90 and 64. RGB value is (6,144,100). Sum of RGB (Red+Green+Blue) = 6+144+100=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 144 (56.64% from 255 or 57.6% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 144 - color contains mainly: green. Hex color #069064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069064 is #F96F9B. Grayscale: #616161. Windows color (decimal): -16347036 or 6590470. OLE color: 6590470.
HSL color Cylindrical-coordinate representation of color #069064: hue angle of 160.87º 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 #069064 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 144 | 100 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.44 |
| HSL | 160.87º | 0.92% | 0.29% | - |
| HSV(B) | 160.87º | 0.96% | 0.56% | - |
| XYZ | 12.35 | 20.91 | 15.44 | - |
| YUV | 97.72 | 129.28 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 100 | 0.96 | 0 | 0.31 | 0.44 | 160.87 | 0.92 | 0.29 |
| Hex | 6 | 90 | 64 | 60 | 0 | 1F | 2C | A1 | 5C | 1D |
| Octal | 6 | 220 | 144 | 140 | 0 | 37 | 54 | 241 | 134 | 35 |
| Binary | 110 | 10010000 | 1100100 | 1100000 | 0 | 11111 | 101100 | 10100001 | 1011100 | 11101 |
Color Harmonies of #069064
Complementary color
Monochromatic Colors of #069064
Black with #069064
Text Example
Text Example
White with #069064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069064; }
p { color: rgb(6,144,100); }
H1.HeaderClassName
{
color: #069064;
}
.AnyTagClassName
{
color: #069064;
}
</style>
background-color css
<style>
a { background-color: #069064; }
a { background-color: rgb(6,144,100); }
div.DivClassName
{
background-color: #069064;
}
.BgClassName
{
background-color: #069064;
}
</style>
border-color css
<style>
span { border-color: #069064; }
span { border-color: rgb(6,144,100); }
td.TdClassName
{
border-color: #069064;
}
.TagClassName
{
border-color: #069064;
}
</style>