Shades of Oxley #68A173
Tints of Oxley #68A173
RGB
CMYK
RGB Variations
Color information
#68A173 (or 0x68A173) is known color: Oxley. HEX triplet: 68, A1 and 73. RGB value is (104,161,115). Sum of RGB (Red+Green+Blue) = 104+161+115=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 161 - color contains mainly: green. Hex color #68A173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A173 is #975E8C. Grayscale: #8A8A8A. Windows color (decimal): -9920141 or 7577960. OLE color: 7577960.
HSL color Cylindrical-coordinate representation of color #68A173: hue angle of 131.58º 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 #68A173 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 161 | 115 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.37 |
| HSL | 131.58º | 0.23% | 0.52% | - |
| HSV(B) | 131.58º | 0.35% | 0.63% | - |
| XYZ | 21.55 | 29.67 | 20.81 | - |
| YUV | 138.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 161 | 115 | 0.35 | 0 | 0.29 | 0.37 | 131.58 | 0.23 | 0.52 |
| Hex | 68 | A1 | 73 | 23 | 0 | 1D | 25 | 84 | 17 | 34 |
| Octal | 150 | 241 | 163 | 43 | 0 | 35 | 45 | 204 | 27 | 64 |
| Binary | 1101000 | 10100001 | 1110011 | 100011 | 0 | 11101 | 100101 | 10000100 | 10111 | 110100 |
Color Harmonies of #68A173
Complementary color
Monochromatic Colors of #68A173
Black with #68A173
Text Example
Text Example
White with #68A173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A173; }
p { color: rgb(104,161,115); }
H1.HeaderClassName
{
color: #68A173;
}
.AnyTagClassName
{
color: #68A173;
}
</style>
background-color css
<style>
a { background-color: #68A173; }
a { background-color: rgb(104,161,115); }
div.DivClassName
{
background-color: #68A173;
}
.BgClassName
{
background-color: #68A173;
}
</style>
border-color css
<style>
span { border-color: #68A173; }
span { border-color: rgb(104,161,115); }
td.TdClassName
{
border-color: #68A173;
}
.TagClassName
{
border-color: #68A173;
}
</style>