Shades of Observatory #008C74
Tints of Observatory #008C74
RGB
CMYK
RGB Variations
Color information
#008C74 (or 0x008C74) is known color: Observatory. HEX triplet: 00, 8C and 74. RGB value is (0,140,116). Sum of RGB (Red+Green+Blue) = 0+140+116=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 140 (55.08% from 255 or 54.69% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 140 - color contains mainly: green. Hex color #008C74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C74 is #FF738B. Grayscale: #5F5F5F. Windows color (decimal): -16741260 or 7638016. OLE color: 7638016.
HSL color Cylindrical-coordinate representation of color #008C74: hue angle of 169.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008C74 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 140 | 116 | - |
| CMYK | 1 | 0 | 0.17 | 0.45 |
| HSL | 169.71º | 1% | 0.27% | - |
| HSV(B) | 169.71º | 1% | 0.55% | - |
| XYZ | 12.53 | 20.02 | 19.73 | - |
| YUV | 95.4 | 139.62 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 116 | 1 | 0 | 0.17 | 0.45 | 169.71 | 1 | 0.27 |
| Hex | 0 | 8C | 74 | 64 | 0 | 11 | 2D | AA | 64 | 1B |
| Octal | 0 | 214 | 164 | 144 | 0 | 21 | 55 | 252 | 144 | 33 |
| Binary | 0 | 10001100 | 1110100 | 1100100 | 0 | 10001 | 101101 | 10101010 | 1100100 | 11011 |
Color Harmonies of #008C74
Complementary color
Monochromatic Colors of #008C74
Black with #008C74
Text Example
Text Example
White with #008C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008C74; }
p { color: rgb(0,140,116); }
H1.HeaderClassName
{
color: #008C74;
}
.AnyTagClassName
{
color: #008C74;
}
</style>
background-color css
<style>
a { background-color: #008C74; }
a { background-color: rgb(0,140,116); }
div.DivClassName
{
background-color: #008C74;
}
.BgClassName
{
background-color: #008C74;
}
</style>
border-color css
<style>
span { border-color: #008C74; }
span { border-color: rgb(0,140,116); }
td.TdClassName
{
border-color: #008C74;
}
.TagClassName
{
border-color: #008C74;
}
</style>