Shades of Observatory #078C6A
Tints of Observatory #078C6A
RGB
CMYK
RGB Variations
Color information
#078C6A (or 0x078C6A) is known color: Observatory. HEX triplet: 07, 8C and 6A. RGB value is (7,140,106). Sum of RGB (Red+Green+Blue) = 7+140+106=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 140 (55.08% from 255 or 55.34% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 140 - color contains mainly: green. Hex color #078C6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078C6A is #F87395. Grayscale: #606060. Windows color (decimal): -16282518 or 6982663. OLE color: 6982663.
HSL color Cylindrical-coordinate representation of color #078C6A: hue angle of 164.66º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078C6A is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 140 | 106 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.45 |
| HSL | 164.66º | 0.9% | 0.29% | - |
| HSV(B) | 164.66º | 0.95% | 0.55% | - |
| XYZ | 12.07 | 19.84 | 16.83 | - |
| YUV | 96.36 | 133.44 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 106 | 0.95 | 0 | 0.24 | 0.45 | 164.66 | 0.9 | 0.29 |
| Hex | 7 | 8C | 6A | 5F | 0 | 18 | 2D | A5 | 5A | 1D |
| Octal | 7 | 214 | 152 | 137 | 0 | 30 | 55 | 245 | 132 | 35 |
| Binary | 111 | 10001100 | 1101010 | 1011111 | 0 | 11000 | 101101 | 10100101 | 1011010 | 11101 |
Color Harmonies of #078C6A
Complementary color
Monochromatic Colors of #078C6A
Black with #078C6A
Text Example
Text Example
White with #078C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078C6A; }
p { color: rgb(7,140,106); }
H1.HeaderClassName
{
color: #078C6A;
}
.AnyTagClassName
{
color: #078C6A;
}
</style>
background-color css
<style>
a { background-color: #078C6A; }
a { background-color: rgb(7,140,106); }
div.DivClassName
{
background-color: #078C6A;
}
.BgClassName
{
background-color: #078C6A;
}
</style>
border-color css
<style>
span { border-color: #078C6A; }
span { border-color: rgb(7,140,106); }
td.TdClassName
{
border-color: #078C6A;
}
.TagClassName
{
border-color: #078C6A;
}
</style>