Shades of Oxley #68A781
Tints of Oxley #68A781
RGB
CMYK
RGB Variations
Color information
#68A781 (or 0x68A781) is known color: Oxley. HEX triplet: 68, A7 and 81. RGB value is (104,167,129). Sum of RGB (Red+Green+Blue) = 104+167+129=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 167 - color contains mainly: green. Hex color #68A781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A781 is #97587E. Grayscale: #8F8F8F. Windows color (decimal): -9918591 or 8497000. OLE color: 8497000.
HSL color Cylindrical-coordinate representation of color #68A781: hue angle of 143.81º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A781 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 167 | 129 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.35 |
| HSL | 143.81º | 0.26% | 0.53% | - |
| HSV(B) | 143.81º | 0.38% | 0.65% | - |
| XYZ | 23.49 | 32.17 | 25.74 | - |
| YUV | 143.83 | 119.63 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 167 | 129 | 0.38 | 0 | 0.23 | 0.35 | 143.81 | 0.26 | 0.53 |
| Hex | 68 | A7 | 81 | 26 | 0 | 17 | 23 | 90 | 1A | 35 |
| Octal | 150 | 247 | 201 | 46 | 0 | 27 | 43 | 220 | 32 | 65 |
| Binary | 1101000 | 10100111 | 10000001 | 100110 | 0 | 10111 | 100011 | 10010000 | 11010 | 110101 |
Color Harmonies of #68A781
Complementary color
Monochromatic Colors of #68A781
Black with #68A781
Text Example
Text Example
White with #68A781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A781; }
p { color: rgb(104,167,129); }
H1.HeaderClassName
{
color: #68A781;
}
.AnyTagClassName
{
color: #68A781;
}
</style>
background-color css
<style>
a { background-color: #68A781; }
a { background-color: rgb(104,167,129); }
div.DivClassName
{
background-color: #68A781;
}
.BgClassName
{
background-color: #68A781;
}
</style>
border-color css
<style>
span { border-color: #68A781; }
span { border-color: rgb(104,167,129); }
td.TdClassName
{
border-color: #68A781;
}
.TagClassName
{
border-color: #68A781;
}
</style>