Shades of Oxley #68977D
Tints of Oxley #68977D
RGB
CMYK
RGB Variations
Color information
#68977D (or 0x68977D) is known color: Oxley. HEX triplet: 68, 97 and 7D. RGB value is (104,151,125). Sum of RGB (Red+Green+Blue) = 104+151+125=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 151 - color contains mainly: green. Hex color #68977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68977D is #976882. Grayscale: #868686. Windows color (decimal): -9922691 or 8230760. OLE color: 8230760.
HSL color Cylindrical-coordinate representation of color #68977D: hue angle of 146.81º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68977D is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 151 | 125 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.41 |
| HSL | 146.81º | 0.18% | 0.5% | - |
| HSV(B) | 146.81º | 0.31% | 0.59% | - |
| XYZ | 20.48 | 26.56 | 23.45 | - |
| YUV | 133.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 125 | 0.31 | 0 | 0.17 | 0.41 | 146.81 | 0.18 | 0.5 |
| Hex | 68 | 97 | 7D | 1F | 0 | 11 | 29 | 93 | 12 | 32 |
| Octal | 150 | 227 | 175 | 37 | 0 | 21 | 51 | 223 | 22 | 62 |
| Binary | 1101000 | 10010111 | 1111101 | 11111 | 0 | 10001 | 101001 | 10010011 | 10010 | 110010 |
Color Harmonies of #68977D
Complementary color
Monochromatic Colors of #68977D
Black with #68977D
Text Example
Text Example
White with #68977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68977D; }
p { color: rgb(104,151,125); }
H1.HeaderClassName
{
color: #68977D;
}
.AnyTagClassName
{
color: #68977D;
}
</style>
background-color css
<style>
a { background-color: #68977D; }
a { background-color: rgb(104,151,125); }
div.DivClassName
{
background-color: #68977D;
}
.BgClassName
{
background-color: #68977D;
}
</style>
border-color css
<style>
span { border-color: #68977D; }
span { border-color: rgb(104,151,125); }
td.TdClassName
{
border-color: #68977D;
}
.TagClassName
{
border-color: #68977D;
}
</style>