Shades of Observatory #008F64
Tints of Observatory #008F64
RGB
CMYK
RGB Variations
Color information
#008F64 (or 0x008F64) is known color: Observatory. HEX triplet: 00, 8F and 64. RGB value is (0,143,100). Sum of RGB (Red+Green+Blue) = 0+143+100=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 143 (56.25% from 255 or 58.85% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 143 - color contains mainly: green. Hex color #008F64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008F64 is #FF709B. Grayscale: #5F5F5F. Windows color (decimal): -16740508 or 6590208. OLE color: 6590208.
HSL color Cylindrical-coordinate representation of color #008F64: hue angle of 161.96º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008F64 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 143 | 100 | - |
| CMYK | 1 | 0 | 0.30 | 0.44 |
| HSL | 161.96º | 1% | 0.28% | - |
| HSV(B) | 161.96º | 1% | 0.56% | - |
| XYZ | 12.12 | 20.57 | 15.39 | - |
| YUV | 95.34 | 130.62 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 100 | 1 | 0 | 0.30 | 0.44 | 161.96 | 1 | 0.28 |
| Hex | 0 | 8F | 64 | 64 | 0 | 1E | 2C | A2 | 64 | 1C |
| Octal | 0 | 217 | 144 | 144 | 0 | 36 | 54 | 242 | 144 | 34 |
| Binary | 0 | 10001111 | 1100100 | 1100100 | 0 | 11110 | 101100 | 10100010 | 1100100 | 11100 |
Color Harmonies of #008F64
Complementary color
Monochromatic Colors of #008F64
Black with #008F64
Text Example
Text Example
White with #008F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008F64; }
p { color: rgb(0,143,100); }
H1.HeaderClassName
{
color: #008F64;
}
.AnyTagClassName
{
color: #008F64;
}
</style>
background-color css
<style>
a { background-color: #008F64; }
a { background-color: rgb(0,143,100); }
div.DivClassName
{
background-color: #008F64;
}
.BgClassName
{
background-color: #008F64;
}
</style>
border-color css
<style>
span { border-color: #008F64; }
span { border-color: rgb(0,143,100); }
td.TdClassName
{
border-color: #008F64;
}
.TagClassName
{
border-color: #008F64;
}
</style>