Shades of Oxley #68A17A
Tints of Oxley #68A17A
RGB
CMYK
RGB Variations
Color information
#68A17A (or 0x68A17A) is known color: Oxley. HEX triplet: 68, A1 and 7A. RGB value is (104,161,122). Sum of RGB (Red+Green+Blue) = 104+161+122=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 161 - color contains mainly: green. Hex color #68A17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A17A is #975E85. Grayscale: #8B8B8B. Windows color (decimal): -9920134 or 8036712. OLE color: 8036712.
HSL color Cylindrical-coordinate representation of color #68A17A: hue angle of 138.95º 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 #68A17A is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 161 | 122 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.37 |
| HSL | 138.95º | 0.23% | 0.52% | - |
| HSV(B) | 138.95º | 0.35% | 0.63% | - |
| XYZ | 21.97 | 29.84 | 23.01 | - |
| YUV | 139.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 161 | 122 | 0.35 | 0 | 0.24 | 0.37 | 138.95 | 0.23 | 0.52 |
| Hex | 68 | A1 | 7A | 23 | 0 | 18 | 25 | 8B | 17 | 34 |
| Octal | 150 | 241 | 172 | 43 | 0 | 30 | 45 | 213 | 27 | 64 |
| Binary | 1101000 | 10100001 | 1111010 | 100011 | 0 | 11000 | 100101 | 10001011 | 10111 | 110100 |
Color Harmonies of #68A17A
Complementary color
Monochromatic Colors of #68A17A
Black with #68A17A
Text Example
Text Example
White with #68A17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A17A; }
p { color: rgb(104,161,122); }
H1.HeaderClassName
{
color: #68A17A;
}
.AnyTagClassName
{
color: #68A17A;
}
</style>
background-color css
<style>
a { background-color: #68A17A; }
a { background-color: rgb(104,161,122); }
div.DivClassName
{
background-color: #68A17A;
}
.BgClassName
{
background-color: #68A17A;
}
</style>
border-color css
<style>
span { border-color: #68A17A; }
span { border-color: rgb(104,161,122); }
td.TdClassName
{
border-color: #68A17A;
}
.TagClassName
{
border-color: #68A17A;
}
</style>