Shades of Oxley #68A279
Tints of Oxley #68A279
RGB
CMYK
RGB Variations
Color information
#68A279 (or 0x68A279) is known color: Oxley. HEX triplet: 68, A2 and 79. RGB value is (104,162,121). Sum of RGB (Red+Green+Blue) = 104+162+121=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 162 - color contains mainly: green. Hex color #68A279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A279 is #975D86. Grayscale: #8C8C8C. Windows color (decimal): -9919879 or 7971432. OLE color: 7971432.
HSL color Cylindrical-coordinate representation of color #68A279: hue angle of 137.59º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68A279 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 162 | 121 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.36 |
| HSL | 137.59º | 0.24% | 0.52% | - |
| HSV(B) | 137.59º | 0.36% | 0.64% | - |
| XYZ | 22.08 | 30.16 | 22.75 | - |
| YUV | 139.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 162 | 121 | 0.36 | 0 | 0.25 | 0.36 | 137.59 | 0.24 | 0.52 |
| Hex | 68 | A2 | 79 | 24 | 0 | 19 | 24 | 8A | 18 | 34 |
| Octal | 150 | 242 | 171 | 44 | 0 | 31 | 44 | 212 | 30 | 64 |
| Binary | 1101000 | 10100010 | 1111001 | 100100 | 0 | 11001 | 100100 | 10001010 | 11000 | 110100 |
Color Harmonies of #68A279
Complementary color
Monochromatic Colors of #68A279
Black with #68A279
Text Example
Text Example
White with #68A279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A279; }
p { color: rgb(104,162,121); }
H1.HeaderClassName
{
color: #68A279;
}
.AnyTagClassName
{
color: #68A279;
}
</style>
background-color css
<style>
a { background-color: #68A279; }
a { background-color: rgb(104,162,121); }
div.DivClassName
{
background-color: #68A279;
}
.BgClassName
{
background-color: #68A279;
}
</style>
border-color css
<style>
span { border-color: #68A279; }
span { border-color: rgb(104,162,121); }
td.TdClassName
{
border-color: #68A279;
}
.TagClassName
{
border-color: #68A279;
}
</style>