Shades of Oxley #68997E
Tints of Oxley #68997E
RGB
CMYK
RGB Variations
Color information
#68997E (or 0x68997E) is known color: Oxley. HEX triplet: 68, 99 and 7E. RGB value is (104,153,126). Sum of RGB (Red+Green+Blue) = 104+153+126=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #68997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68997E is #976681. Grayscale: #878787. Windows color (decimal): -9922178 or 8296808. OLE color: 8296808.
HSL color Cylindrical-coordinate representation of color #68997E: hue angle of 146.94º 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 #68997E is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 126 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.4 |
| HSL | 146.94º | 0.19% | 0.5% | - |
| HSV(B) | 146.94º | 0.32% | 0.6% | - |
| XYZ | 20.87 | 27.23 | 23.9 | - |
| YUV | 135.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 126 | 0.32 | 0 | 0.18 | 0.4 | 146.94 | 0.19 | 0.5 |
| Hex | 68 | 99 | 7E | 20 | 0 | 12 | 28 | 93 | 13 | 32 |
| Octal | 150 | 231 | 176 | 40 | 0 | 22 | 50 | 223 | 23 | 62 |
| Binary | 1101000 | 10011001 | 1111110 | 100000 | 0 | 10010 | 101000 | 10010011 | 10011 | 110010 |
Color Harmonies of #68997E
Complementary color
Monochromatic Colors of #68997E
Black with #68997E
Text Example
Text Example
White with #68997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68997E; }
p { color: rgb(104,153,126); }
H1.HeaderClassName
{
color: #68997E;
}
.AnyTagClassName
{
color: #68997E;
}
</style>
background-color css
<style>
a { background-color: #68997E; }
a { background-color: rgb(104,153,126); }
div.DivClassName
{
background-color: #68997E;
}
.BgClassName
{
background-color: #68997E;
}
</style>
border-color css
<style>
span { border-color: #68997E; }
span { border-color: rgb(104,153,126); }
td.TdClassName
{
border-color: #68997E;
}
.TagClassName
{
border-color: #68997E;
}
</style>