Shades of Oxley #68AD7B
Tints of Oxley #68AD7B
RGB
CMYK
RGB Variations
Color information
#68AD7B (or 0x68AD7B) is known color: Oxley. HEX triplet: 68, AD and 7B. RGB value is (104,173,123). Sum of RGB (Red+Green+Blue) = 104+173+123=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AD7B is #975284. Grayscale: #929292. Windows color (decimal): -9917061 or 8105320. OLE color: 8105320.
HSL color Cylindrical-coordinate representation of color #68AD7B: hue angle of 136.52º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AD7B is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 173 | 123 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.32 |
| HSL | 136.52º | 0.3% | 0.54% | - |
| HSV(B) | 136.52º | 0.4% | 0.68% | - |
| XYZ | 24.23 | 34.26 | 24.07 | - |
| YUV | 146.67 | 114.64 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 123 | 0.40 | 0 | 0.29 | 0.32 | 136.52 | 0.3 | 0.54 |
| Hex | 68 | AD | 7B | 28 | 0 | 1D | 20 | 89 | 1E | 36 |
| Octal | 150 | 255 | 173 | 50 | 0 | 35 | 40 | 211 | 36 | 66 |
| Binary | 1101000 | 10101101 | 1111011 | 101000 | 0 | 11101 | 100000 | 10001001 | 11110 | 110110 |
Color Harmonies of #68AD7B
Complementary color
Monochromatic Colors of #68AD7B
Black with #68AD7B
Text Example
Text Example
White with #68AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AD7B; }
p { color: rgb(104,173,123); }
H1.HeaderClassName
{
color: #68AD7B;
}
.AnyTagClassName
{
color: #68AD7B;
}
</style>
background-color css
<style>
a { background-color: #68AD7B; }
a { background-color: rgb(104,173,123); }
div.DivClassName
{
background-color: #68AD7B;
}
.BgClassName
{
background-color: #68AD7B;
}
</style>
border-color css
<style>
span { border-color: #68AD7B; }
span { border-color: rgb(104,173,123); }
td.TdClassName
{
border-color: #68AD7B;
}
.TagClassName
{
border-color: #68AD7B;
}
</style>