Shades of Oxley #68A07B
Tints of Oxley #68A07B
RGB
CMYK
RGB Variations
Color information
#68A07B (or 0x68A07B) is known color: Oxley. HEX triplet: 68, A0 and 7B. RGB value is (104,160,123). Sum of RGB (Red+Green+Blue) = 104+160+123=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #68A07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A07B is #975F84. Grayscale: #8B8B8B. Windows color (decimal): -9920389 or 8101992. OLE color: 8101992.
HSL color Cylindrical-coordinate representation of color #68A07B: hue angle of 140.36º 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 #68A07B is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 160 | 123 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.37 |
| HSL | 140.36º | 0.23% | 0.52% | - |
| HSV(B) | 140.36º | 0.35% | 0.63% | - |
| XYZ | 21.85 | 29.51 | 23.28 | - |
| YUV | 139.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 160 | 123 | 0.35 | 0 | 0.23 | 0.37 | 140.36 | 0.23 | 0.52 |
| Hex | 68 | A0 | 7B | 23 | 0 | 17 | 25 | 8C | 17 | 34 |
| Octal | 150 | 240 | 173 | 43 | 0 | 27 | 45 | 214 | 27 | 64 |
| Binary | 1101000 | 10100000 | 1111011 | 100011 | 0 | 10111 | 100101 | 10001100 | 10111 | 110100 |
Color Harmonies of #68A07B
Complementary color
Monochromatic Colors of #68A07B
Black with #68A07B
Text Example
Text Example
White with #68A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A07B; }
p { color: rgb(104,160,123); }
H1.HeaderClassName
{
color: #68A07B;
}
.AnyTagClassName
{
color: #68A07B;
}
</style>
background-color css
<style>
a { background-color: #68A07B; }
a { background-color: rgb(104,160,123); }
div.DivClassName
{
background-color: #68A07B;
}
.BgClassName
{
background-color: #68A07B;
}
</style>
border-color css
<style>
span { border-color: #68A07B; }
span { border-color: rgb(104,160,123); }
td.TdClassName
{
border-color: #68A07B;
}
.TagClassName
{
border-color: #68A07B;
}
</style>