Shades of Oxley #68997A
Tints of Oxley #68997A
RGB
CMYK
RGB Variations
Color information
#68997A (or 0x68997A) is known color: Oxley. HEX triplet: 68, 99 and 7A. RGB value is (104,153,122). Sum of RGB (Red+Green+Blue) = 104+153+122=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #68997A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68997A is #976685. Grayscale: #868686. Windows color (decimal): -9922182 or 8034664. OLE color: 8034664.
HSL color Cylindrical-coordinate representation of color #68997A: hue angle of 142.04º 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 #68997A is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 122 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.4 |
| HSL | 142.04º | 0.19% | 0.5% | - |
| HSV(B) | 142.04º | 0.32% | 0.6% | - |
| XYZ | 20.61 | 27.13 | 22.56 | - |
| YUV | 134.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 122 | 0.32 | 0 | 0.20 | 0.4 | 142.04 | 0.19 | 0.5 |
| Hex | 68 | 99 | 7A | 20 | 0 | 14 | 28 | 8E | 13 | 32 |
| Octal | 150 | 231 | 172 | 40 | 0 | 24 | 50 | 216 | 23 | 62 |
| Binary | 1101000 | 10011001 | 1111010 | 100000 | 0 | 10100 | 101000 | 10001110 | 10011 | 110010 |
Color Harmonies of #68997A
Complementary color
Monochromatic Colors of #68997A
Black with #68997A
Text Example
Text Example
White with #68997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68997A; }
p { color: rgb(104,153,122); }
H1.HeaderClassName
{
color: #68997A;
}
.AnyTagClassName
{
color: #68997A;
}
</style>
background-color css
<style>
a { background-color: #68997A; }
a { background-color: rgb(104,153,122); }
div.DivClassName
{
background-color: #68997A;
}
.BgClassName
{
background-color: #68997A;
}
</style>
border-color css
<style>
span { border-color: #68997A; }
span { border-color: rgb(104,153,122); }
td.TdClassName
{
border-color: #68997A;
}
.TagClassName
{
border-color: #68997A;
}
</style>