Shades of Observatory #018C67
Tints of Observatory #018C67
RGB
CMYK
RGB Variations
Color information
#018C67 (or 0x018C67) is known color: Observatory. HEX triplet: 01, 8C and 67. RGB value is (1,140,103). Sum of RGB (Red+Green+Blue) = 1+140+103=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 140 (55.08% from 255 or 57.38% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 140 - color contains mainly: green. Hex color #018C67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018C67 is #FE7398. Grayscale: #5E5E5E. Windows color (decimal): -16675737 or 6786049. OLE color: 6786049.
HSL color Cylindrical-coordinate representation of color #018C67: hue angle of 164.03º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018C67 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 103 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.45 |
| HSL | 164.03º | 0.99% | 0.28% | - |
| HSV(B) | 164.03º | 0.99% | 0.55% | - |
| XYZ | 11.84 | 19.74 | 16.02 | - |
| YUV | 94.22 | 132.95 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 103 | 0.99 | 0 | 0.26 | 0.45 | 164.03 | 0.99 | 0.28 |
| Hex | 1 | 8C | 67 | 63 | 0 | 1A | 2D | A4 | 63 | 1C |
| Octal | 1 | 214 | 147 | 143 | 0 | 32 | 55 | 244 | 143 | 34 |
| Binary | 1 | 10001100 | 1100111 | 1100011 | 0 | 11010 | 101101 | 10100100 | 1100011 | 11100 |
Color Harmonies of #018C67
Complementary color
Monochromatic Colors of #018C67
Black with #018C67
Text Example
Text Example
White with #018C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C67; }
p { color: rgb(1,140,103); }
H1.HeaderClassName
{
color: #018C67;
}
.AnyTagClassName
{
color: #018C67;
}
</style>
background-color css
<style>
a { background-color: #018C67; }
a { background-color: rgb(1,140,103); }
div.DivClassName
{
background-color: #018C67;
}
.BgClassName
{
background-color: #018C67;
}
</style>
border-color css
<style>
span { border-color: #018C67; }
span { border-color: rgb(1,140,103); }
td.TdClassName
{
border-color: #018C67;
}
.TagClassName
{
border-color: #018C67;
}
</style>