Shades of Observatory #018B71
Tints of Observatory #018B71
RGB
CMYK
RGB Variations
Color information
#018B71 (or 0x018B71) is known color: Observatory. HEX triplet: 01, 8B and 71. RGB value is (1,139,113). Sum of RGB (Red+Green+Blue) = 1+139+113=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 139 (54.69% from 255 or 54.94% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 139 - color contains mainly: green. Hex color #018B71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018B71 is #FE748E. Grayscale: #5E5E5E. Windows color (decimal): -16675983 or 7441153. OLE color: 7441153.
HSL color Cylindrical-coordinate representation of color #018B71: hue angle of 168.7º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018B71 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 113 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.45 |
| HSL | 168.7º | 0.99% | 0.27% | - |
| HSV(B) | 168.7º | 0.99% | 0.55% | - |
| XYZ | 12.23 | 19.66 | 18.77 | - |
| YUV | 94.77 | 138.28 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 113 | 0.99 | 0 | 0.19 | 0.45 | 168.7 | 0.99 | 0.27 |
| Hex | 1 | 8B | 71 | 63 | 0 | 13 | 2D | A9 | 63 | 1B |
| Octal | 1 | 213 | 161 | 143 | 0 | 23 | 55 | 251 | 143 | 33 |
| Binary | 1 | 10001011 | 1110001 | 1100011 | 0 | 10011 | 101101 | 10101001 | 1100011 | 11011 |
Color Harmonies of #018B71
Complementary color
Monochromatic Colors of #018B71
Black with #018B71
Text Example
Text Example
White with #018B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B71; }
p { color: rgb(1,139,113); }
H1.HeaderClassName
{
color: #018B71;
}
.AnyTagClassName
{
color: #018B71;
}
</style>
background-color css
<style>
a { background-color: #018B71; }
a { background-color: rgb(1,139,113); }
div.DivClassName
{
background-color: #018B71;
}
.BgClassName
{
background-color: #018B71;
}
</style>
border-color css
<style>
span { border-color: #018B71; }
span { border-color: rgb(1,139,113); }
td.TdClassName
{
border-color: #018B71;
}
.TagClassName
{
border-color: #018B71;
}
</style>