Shades of Observatory #018F69
Tints of Observatory #018F69
RGB
CMYK
RGB Variations
Color information
#018F69 (or 0x018F69) is known color: Observatory. HEX triplet: 01, 8F and 69. RGB value is (1,143,105). Sum of RGB (Red+Green+Blue) = 1+143+105=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 143 (56.25% from 255 or 57.43% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 143 - color contains mainly: green. Hex color #018F69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018F69 is #FE7096. Grayscale: #606060. Windows color (decimal): -16674967 or 6917889. OLE color: 6917889.
HSL color Cylindrical-coordinate representation of color #018F69: hue angle of 163.94º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018F69 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 143 | 105 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.44 |
| HSL | 163.94º | 0.99% | 0.28% | - |
| HSV(B) | 163.94º | 0.99% | 0.56% | - |
| XYZ | 12.38 | 20.67 | 16.7 | - |
| YUV | 96.21 | 132.96 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 105 | 0.99 | 0 | 0.27 | 0.44 | 163.94 | 0.99 | 0.28 |
| Hex | 1 | 8F | 69 | 63 | 0 | 1B | 2C | A4 | 63 | 1C |
| Octal | 1 | 217 | 151 | 143 | 0 | 33 | 54 | 244 | 143 | 34 |
| Binary | 1 | 10001111 | 1101001 | 1100011 | 0 | 11011 | 101100 | 10100100 | 1100011 | 11100 |
Color Harmonies of #018F69
Complementary color
Monochromatic Colors of #018F69
Black with #018F69
Text Example
Text Example
White with #018F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018F69; }
p { color: rgb(1,143,105); }
H1.HeaderClassName
{
color: #018F69;
}
.AnyTagClassName
{
color: #018F69;
}
</style>
background-color css
<style>
a { background-color: #018F69; }
a { background-color: rgb(1,143,105); }
div.DivClassName
{
background-color: #018F69;
}
.BgClassName
{
background-color: #018F69;
}
</style>
border-color css
<style>
span { border-color: #018F69; }
span { border-color: rgb(1,143,105); }
td.TdClassName
{
border-color: #018F69;
}
.TagClassName
{
border-color: #018F69;
}
</style>