Shades of Oxley #68A479
Tints of Oxley #68A479
RGB
CMYK
RGB Variations
Color information
#68A479 (or 0x68A479) is known color: Oxley. HEX triplet: 68, A4 and 79. RGB value is (104,164,121). Sum of RGB (Red+Green+Blue) = 104+164+121=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #68A479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A479 is #975B86. Grayscale: #8D8D8D. Windows color (decimal): -9919367 or 7971944. OLE color: 7971944.
HSL color Cylindrical-coordinate representation of color #68A479: hue angle of 137º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A479 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 164 | 121 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.36 |
| HSL | 137º | 0.25% | 0.53% | - |
| HSV(B) | 137º | 0.37% | 0.64% | - |
| XYZ | 22.44 | 30.87 | 22.87 | - |
| YUV | 141.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 164 | 121 | 0.37 | 0 | 0.26 | 0.36 | 137 | 0.25 | 0.53 |
| Hex | 68 | A4 | 79 | 25 | 0 | 1A | 24 | 89 | 19 | 35 |
| Octal | 150 | 244 | 171 | 45 | 0 | 32 | 44 | 211 | 31 | 65 |
| Binary | 1101000 | 10100100 | 1111001 | 100101 | 0 | 11010 | 100100 | 10001001 | 11001 | 110101 |
Color Harmonies of #68A479
Complementary color
Monochromatic Colors of #68A479
Black with #68A479
Text Example
Text Example
White with #68A479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A479; }
p { color: rgb(104,164,121); }
H1.HeaderClassName
{
color: #68A479;
}
.AnyTagClassName
{
color: #68A479;
}
</style>
background-color css
<style>
a { background-color: #68A479; }
a { background-color: rgb(104,164,121); }
div.DivClassName
{
background-color: #68A479;
}
.BgClassName
{
background-color: #68A479;
}
</style>
border-color css
<style>
span { border-color: #68A479; }
span { border-color: rgb(104,164,121); }
td.TdClassName
{
border-color: #68A479;
}
.TagClassName
{
border-color: #68A479;
}
</style>