Shades of Oxley #68A082
Tints of Oxley #68A082
RGB
CMYK
RGB Variations
Color information
#68A082 (or 0x68A082) is known color: Oxley. HEX triplet: 68, A0 and 82. RGB value is (104,160,130). Sum of RGB (Red+Green+Blue) = 104+160+130=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #68A082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A082 is #975F7D. Grayscale: #8B8B8B. Windows color (decimal): -9920382 or 8560744. OLE color: 8560744.
HSL color Cylindrical-coordinate representation of color #68A082: hue angle of 147.86º 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 #68A082 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 160 | 130 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.37 |
| HSL | 147.86º | 0.23% | 0.52% | - |
| HSV(B) | 147.86º | 0.35% | 0.63% | - |
| XYZ | 22.31 | 29.7 | 25.68 | - |
| YUV | 139.84 | 122.45 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 160 | 130 | 0.35 | 0 | 0.19 | 0.37 | 147.86 | 0.23 | 0.52 |
| Hex | 68 | A0 | 82 | 23 | 0 | 13 | 25 | 94 | 17 | 34 |
| Octal | 150 | 240 | 202 | 43 | 0 | 23 | 45 | 224 | 27 | 64 |
| Binary | 1101000 | 10100000 | 10000010 | 100011 | 0 | 10011 | 100101 | 10010100 | 10111 | 110100 |
Color Harmonies of #68A082
Complementary color
Monochromatic Colors of #68A082
Black with #68A082
Text Example
Text Example
White with #68A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A082; }
p { color: rgb(104,160,130); }
H1.HeaderClassName
{
color: #68A082;
}
.AnyTagClassName
{
color: #68A082;
}
</style>
background-color css
<style>
a { background-color: #68A082; }
a { background-color: rgb(104,160,130); }
div.DivClassName
{
background-color: #68A082;
}
.BgClassName
{
background-color: #68A082;
}
</style>
border-color css
<style>
span { border-color: #68A082; }
span { border-color: rgb(104,160,130); }
td.TdClassName
{
border-color: #68A082;
}
.TagClassName
{
border-color: #68A082;
}
</style>