Shades of Oxley #68A071
Tints of Oxley #68A071
RGB
CMYK
RGB Variations
Color information
#68A071 (or 0x68A071) is known color: Oxley. HEX triplet: 68, A0 and 71. RGB value is (104,160,113). Sum of RGB (Red+Green+Blue) = 104+160+113=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 160 - color contains mainly: green. Hex color #68A071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A071 is #975F8E. Grayscale: #8A8A8A. Windows color (decimal): -9920399 or 7446632. OLE color: 7446632.
HSL color Cylindrical-coordinate representation of color #68A071: hue angle of 129.64º 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 #68A071 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 160 | 113 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.37 |
| HSL | 129.64º | 0.23% | 0.52% | - |
| HSV(B) | 129.64º | 0.35% | 0.63% | - |
| XYZ | 21.26 | 29.28 | 20.15 | - |
| YUV | 137.9 | 113.95 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 160 | 113 | 0.35 | 0 | 0.29 | 0.37 | 129.64 | 0.23 | 0.52 |
| Hex | 68 | A0 | 71 | 23 | 0 | 1D | 25 | 82 | 17 | 34 |
| Octal | 150 | 240 | 161 | 43 | 0 | 35 | 45 | 202 | 27 | 64 |
| Binary | 1101000 | 10100000 | 1110001 | 100011 | 0 | 11101 | 100101 | 10000010 | 10111 | 110100 |
Color Harmonies of #68A071
Complementary color
Monochromatic Colors of #68A071
Black with #68A071
Text Example
Text Example
White with #68A071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A071; }
p { color: rgb(104,160,113); }
H1.HeaderClassName
{
color: #68A071;
}
.AnyTagClassName
{
color: #68A071;
}
</style>
background-color css
<style>
a { background-color: #68A071; }
a { background-color: rgb(104,160,113); }
div.DivClassName
{
background-color: #68A071;
}
.BgClassName
{
background-color: #68A071;
}
</style>
border-color css
<style>
span { border-color: #68A071; }
span { border-color: rgb(104,160,113); }
td.TdClassName
{
border-color: #68A071;
}
.TagClassName
{
border-color: #68A071;
}
</style>