Shades of Oxley #68A475
Tints of Oxley #68A475
RGB
CMYK
RGB Variations
Color information
#68A475 (or 0x68A475) is known color: Oxley. HEX triplet: 68, A4 and 75. RGB value is (104,164,117). Sum of RGB (Red+Green+Blue) = 104+164+117=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #68A475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A475 is #975B8A. Grayscale: #8C8C8C. Windows color (decimal): -9919371 or 7709800. OLE color: 7709800.
HSL color Cylindrical-coordinate representation of color #68A475: hue angle of 133º 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 #68A475 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 164 | 117 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.36 |
| HSL | 133º | 0.25% | 0.53% | - |
| HSV(B) | 133º | 0.37% | 0.64% | - |
| XYZ | 22.2 | 30.78 | 21.6 | - |
| YUV | 140.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 164 | 117 | 0.37 | 0 | 0.29 | 0.36 | 133 | 0.25 | 0.53 |
| Hex | 68 | A4 | 75 | 25 | 0 | 1D | 24 | 85 | 19 | 35 |
| Octal | 150 | 244 | 165 | 45 | 0 | 35 | 44 | 205 | 31 | 65 |
| Binary | 1101000 | 10100100 | 1110101 | 100101 | 0 | 11101 | 100100 | 10000101 | 11001 | 110101 |
Color Harmonies of #68A475
Complementary color
Monochromatic Colors of #68A475
Black with #68A475
Text Example
Text Example
White with #68A475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A475; }
p { color: rgb(104,164,117); }
H1.HeaderClassName
{
color: #68A475;
}
.AnyTagClassName
{
color: #68A475;
}
</style>
background-color css
<style>
a { background-color: #68A475; }
a { background-color: rgb(104,164,117); }
div.DivClassName
{
background-color: #68A475;
}
.BgClassName
{
background-color: #68A475;
}
</style>
border-color css
<style>
span { border-color: #68A475; }
span { border-color: rgb(104,164,117); }
td.TdClassName
{
border-color: #68A475;
}
.TagClassName
{
border-color: #68A475;
}
</style>