Shades of Oxley #68987A
Tints of Oxley #68987A
RGB
CMYK
RGB Variations
Color information
#68987A (or 0x68987A) is known color: Oxley. HEX triplet: 68, 98 and 7A. RGB value is (104,152,122). Sum of RGB (Red+Green+Blue) = 104+152+122=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #68987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68987A is #976785. Grayscale: #868686. Windows color (decimal): -9922438 or 8034408. OLE color: 8034408.
HSL color Cylindrical-coordinate representation of color #68987A: hue angle of 142.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68987A is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 152 | 122 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.40 |
| HSL | 142.5º | 0.19% | 0.5% | - |
| HSV(B) | 142.5º | 0.32% | 0.6% | - |
| XYZ | 20.45 | 26.8 | 22.51 | - |
| YUV | 134.23 | 121.1 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 122 | 0.32 | 0 | 0.20 | 0.40 | 142.5 | 0.19 | 0.5 |
| Hex | 68 | 98 | 7A | 20 | 0 | 14 | 28 | 8E | 13 | 32 |
| Octal | 150 | 230 | 172 | 40 | 0 | 24 | 50 | 216 | 23 | 62 |
| Binary | 1101000 | 10011000 | 1111010 | 100000 | 0 | 10100 | 101000 | 10001110 | 10011 | 110010 |
Color Harmonies of #68987A
Complementary color
Monochromatic Colors of #68987A
Black with #68987A
Text Example
Text Example
White with #68987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68987A; }
p { color: rgb(104,152,122); }
H1.HeaderClassName
{
color: #68987A;
}
.AnyTagClassName
{
color: #68987A;
}
</style>
background-color css
<style>
a { background-color: #68987A; }
a { background-color: rgb(104,152,122); }
div.DivClassName
{
background-color: #68987A;
}
.BgClassName
{
background-color: #68987A;
}
</style>
border-color css
<style>
span { border-color: #68987A; }
span { border-color: rgb(104,152,122); }
td.TdClassName
{
border-color: #68987A;
}
.TagClassName
{
border-color: #68987A;
}
</style>