Shades of Oxley #68967A
Tints of Oxley #68967A
RGB
CMYK
RGB Variations
Color information
#68967A (or 0x68967A) is known color: Oxley. HEX triplet: 68, 96 and 7A. RGB value is (104,150,122). Sum of RGB (Red+Green+Blue) = 104+150+122=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #68967A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68967A is #976985. Grayscale: #858585. Windows color (decimal): -9922950 or 8033896. OLE color: 8033896.
HSL color Cylindrical-coordinate representation of color #68967A: hue angle of 143.48º 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 #68967A is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 150 | 122 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.41 |
| HSL | 143.48º | 0.18% | 0.5% | - |
| HSV(B) | 143.48º | 0.31% | 0.59% | - |
| XYZ | 20.13 | 26.16 | 22.4 | - |
| YUV | 133.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 150 | 122 | 0.31 | 0 | 0.19 | 0.41 | 143.48 | 0.18 | 0.5 |
| Hex | 68 | 96 | 7A | 1F | 0 | 13 | 29 | 8F | 12 | 32 |
| Octal | 150 | 226 | 172 | 37 | 0 | 23 | 51 | 217 | 22 | 62 |
| Binary | 1101000 | 10010110 | 1111010 | 11111 | 0 | 10011 | 101001 | 10001111 | 10010 | 110010 |
Color Harmonies of #68967A
Complementary color
Monochromatic Colors of #68967A
Black with #68967A
Text Example
Text Example
White with #68967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68967A; }
p { color: rgb(104,150,122); }
H1.HeaderClassName
{
color: #68967A;
}
.AnyTagClassName
{
color: #68967A;
}
</style>
background-color css
<style>
a { background-color: #68967A; }
a { background-color: rgb(104,150,122); }
div.DivClassName
{
background-color: #68967A;
}
.BgClassName
{
background-color: #68967A;
}
</style>
border-color css
<style>
span { border-color: #68967A; }
span { border-color: rgb(104,150,122); }
td.TdClassName
{
border-color: #68967A;
}
.TagClassName
{
border-color: #68967A;
}
</style>