Shades of Oxley #68997B
Tints of Oxley #68997B
RGB
CMYK
RGB Variations
Color information
#68997B (or 0x68997B) is known color: Oxley. HEX triplet: 68, 99 and 7B. RGB value is (104,153,123). Sum of RGB (Red+Green+Blue) = 104+153+123=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #68997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68997B is #976684. Grayscale: #878787. Windows color (decimal): -9922181 or 8100200. OLE color: 8100200.
HSL color Cylindrical-coordinate representation of color #68997B: hue angle of 143.27º 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 #68997B is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 123 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.4 |
| HSL | 143.27º | 0.19% | 0.5% | - |
| HSV(B) | 143.27º | 0.32% | 0.6% | - |
| XYZ | 20.68 | 27.16 | 22.89 | - |
| YUV | 134.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 123 | 0.32 | 0 | 0.20 | 0.4 | 143.27 | 0.19 | 0.5 |
| Hex | 68 | 99 | 7B | 20 | 0 | 14 | 28 | 8F | 13 | 32 |
| Octal | 150 | 231 | 173 | 40 | 0 | 24 | 50 | 217 | 23 | 62 |
| Binary | 1101000 | 10011001 | 1111011 | 100000 | 0 | 10100 | 101000 | 10001111 | 10011 | 110010 |
Color Harmonies of #68997B
Complementary color
Monochromatic Colors of #68997B
Black with #68997B
Text Example
Text Example
White with #68997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68997B; }
p { color: rgb(104,153,123); }
H1.HeaderClassName
{
color: #68997B;
}
.AnyTagClassName
{
color: #68997B;
}
</style>
background-color css
<style>
a { background-color: #68997B; }
a { background-color: rgb(104,153,123); }
div.DivClassName
{
background-color: #68997B;
}
.BgClassName
{
background-color: #68997B;
}
</style>
border-color css
<style>
span { border-color: #68997B; }
span { border-color: rgb(104,153,123); }
td.TdClassName
{
border-color: #68997B;
}
.TagClassName
{
border-color: #68997B;
}
</style>