Shades of Oxley #68A07A
Tints of Oxley #68A07A
RGB
CMYK
RGB Variations
Color information
#68A07A (or 0x68A07A) is known color: Oxley. HEX triplet: 68, A0 and 7A. RGB value is (104,160,122). Sum of RGB (Red+Green+Blue) = 104+160+122=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 160 - color contains mainly: green. Hex color #68A07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A07A is #975F85. Grayscale: #8B8B8B. Windows color (decimal): -9920390 or 8036456. OLE color: 8036456.
HSL color Cylindrical-coordinate representation of color #68A07A: hue angle of 139.29º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68A07A is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 160 | 122 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.37 |
| HSL | 139.29º | 0.23% | 0.52% | - |
| HSV(B) | 139.29º | 0.35% | 0.63% | - |
| XYZ | 21.79 | 29.49 | 22.96 | - |
| YUV | 138.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 160 | 122 | 0.35 | 0 | 0.24 | 0.37 | 139.29 | 0.23 | 0.52 |
| Hex | 68 | A0 | 7A | 23 | 0 | 18 | 25 | 8B | 17 | 34 |
| Octal | 150 | 240 | 172 | 43 | 0 | 30 | 45 | 213 | 27 | 64 |
| Binary | 1101000 | 10100000 | 1111010 | 100011 | 0 | 11000 | 100101 | 10001011 | 10111 | 110100 |
Color Harmonies of #68A07A
Complementary color
Monochromatic Colors of #68A07A
Black with #68A07A
Text Example
Text Example
White with #68A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A07A; }
p { color: rgb(104,160,122); }
H1.HeaderClassName
{
color: #68A07A;
}
.AnyTagClassName
{
color: #68A07A;
}
</style>
background-color css
<style>
a { background-color: #68A07A; }
a { background-color: rgb(104,160,122); }
div.DivClassName
{
background-color: #68A07A;
}
.BgClassName
{
background-color: #68A07A;
}
</style>
border-color css
<style>
span { border-color: #68A07A; }
span { border-color: rgb(104,160,122); }
td.TdClassName
{
border-color: #68A07A;
}
.TagClassName
{
border-color: #68A07A;
}
</style>