Shades of Oxley #68A779
Tints of Oxley #68A779
RGB
CMYK
RGB Variations
Color information
#68A779 (or 0x68A779) is known color: Oxley. HEX triplet: 68, A7 and 79. RGB value is (104,167,121). Sum of RGB (Red+Green+Blue) = 104+167+121=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 167 - color contains mainly: green. Hex color #68A779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A779 is #975886. Grayscale: #8F8F8F. Windows color (decimal): -9918599 or 7972712. OLE color: 7972712.
HSL color Cylindrical-coordinate representation of color #68A779: hue angle of 136.19º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A779 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 167 | 121 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.35 |
| HSL | 136.19º | 0.26% | 0.53% | - |
| HSV(B) | 136.19º | 0.38% | 0.65% | - |
| XYZ | 22.98 | 31.96 | 23.05 | - |
| YUV | 142.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 167 | 121 | 0.38 | 0 | 0.28 | 0.35 | 136.19 | 0.26 | 0.53 |
| Hex | 68 | A7 | 79 | 26 | 0 | 1C | 23 | 88 | 1A | 35 |
| Octal | 150 | 247 | 171 | 46 | 0 | 34 | 43 | 210 | 32 | 65 |
| Binary | 1101000 | 10100111 | 1111001 | 100110 | 0 | 11100 | 100011 | 10001000 | 11010 | 110101 |
Color Harmonies of #68A779
Complementary color
Monochromatic Colors of #68A779
Black with #68A779
Text Example
Text Example
White with #68A779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A779; }
p { color: rgb(104,167,121); }
H1.HeaderClassName
{
color: #68A779;
}
.AnyTagClassName
{
color: #68A779;
}
</style>
background-color css
<style>
a { background-color: #68A779; }
a { background-color: rgb(104,167,121); }
div.DivClassName
{
background-color: #68A779;
}
.BgClassName
{
background-color: #68A779;
}
</style>
border-color css
<style>
span { border-color: #68A779; }
span { border-color: rgb(104,167,121); }
td.TdClassName
{
border-color: #68A779;
}
.TagClassName
{
border-color: #68A779;
}
</style>