Shades of Oxley #68AB7A
Tints of Oxley #68AB7A
RGB
CMYK
RGB Variations
Color information
#68AB7A (or 0x68AB7A) is known color: Oxley. HEX triplet: 68, AB and 7A. RGB value is (104,171,122). Sum of RGB (Red+Green+Blue) = 104+171+122=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AB7A is #975485. Grayscale: #919191. Windows color (decimal): -9917574 or 8039272. OLE color: 8039272.
HSL color Cylindrical-coordinate representation of color #68AB7A: hue angle of 136.12º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AB7A is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 122 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.33 |
| HSL | 136.12º | 0.29% | 0.54% | - |
| HSV(B) | 136.12º | 0.39% | 0.67% | - |
| XYZ | 23.78 | 33.47 | 23.62 | - |
| YUV | 145.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 122 | 0.39 | 0 | 0.29 | 0.33 | 136.12 | 0.29 | 0.54 |
| Hex | 68 | AB | 7A | 27 | 0 | 1D | 21 | 88 | 1D | 36 |
| Octal | 150 | 253 | 172 | 47 | 0 | 35 | 41 | 210 | 35 | 66 |
| Binary | 1101000 | 10101011 | 1111010 | 100111 | 0 | 11101 | 100001 | 10001000 | 11101 | 110110 |
Color Harmonies of #68AB7A
Complementary color
Monochromatic Colors of #68AB7A
Black with #68AB7A
Text Example
Text Example
White with #68AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB7A; }
p { color: rgb(104,171,122); }
H1.HeaderClassName
{
color: #68AB7A;
}
.AnyTagClassName
{
color: #68AB7A;
}
</style>
background-color css
<style>
a { background-color: #68AB7A; }
a { background-color: rgb(104,171,122); }
div.DivClassName
{
background-color: #68AB7A;
}
.BgClassName
{
background-color: #68AB7A;
}
</style>
border-color css
<style>
span { border-color: #68AB7A; }
span { border-color: rgb(104,171,122); }
td.TdClassName
{
border-color: #68AB7A;
}
.TagClassName
{
border-color: #68AB7A;
}
</style>