Shades of Oxley #68957A
Tints of Oxley #68957A
RGB
CMYK
RGB Variations
Color information
#68957A (or 0x68957A) is known color: Oxley. HEX triplet: 68, 95 and 7A. RGB value is (104,149,122). Sum of RGB (Red+Green+Blue) = 104+149+122=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #68957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68957A is #976A85. Grayscale: #848484. Windows color (decimal): -9923206 or 8033640. OLE color: 8033640.
HSL color Cylindrical-coordinate representation of color #68957A: hue angle of 144º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68957A is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 122 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.42 |
| HSL | 144º | 0.18% | 0.5% | - |
| HSV(B) | 144º | 0.3% | 0.58% | - |
| XYZ | 19.97 | 25.84 | 22.35 | - |
| YUV | 132.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 122 | 0.30 | 0 | 0.18 | 0.42 | 144 | 0.18 | 0.5 |
| Hex | 68 | 95 | 7A | 1E | 0 | 12 | 2A | 90 | 12 | 32 |
| Octal | 150 | 225 | 172 | 36 | 0 | 22 | 52 | 220 | 22 | 62 |
| Binary | 1101000 | 10010101 | 1111010 | 11110 | 0 | 10010 | 101010 | 10010000 | 10010 | 110010 |
Color Harmonies of #68957A
Complementary color
Monochromatic Colors of #68957A
Black with #68957A
Text Example
Text Example
White with #68957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68957A; }
p { color: rgb(104,149,122); }
H1.HeaderClassName
{
color: #68957A;
}
.AnyTagClassName
{
color: #68957A;
}
</style>
background-color css
<style>
a { background-color: #68957A; }
a { background-color: rgb(104,149,122); }
div.DivClassName
{
background-color: #68957A;
}
.BgClassName
{
background-color: #68957A;
}
</style>
border-color css
<style>
span { border-color: #68957A; }
span { border-color: rgb(104,149,122); }
td.TdClassName
{
border-color: #68957A;
}
.TagClassName
{
border-color: #68957A;
}
</style>