Shades of Oxley #679D79
Tints of Oxley #679D79
RGB
CMYK
RGB Variations
Color information
#679D79 (or 0x679D79) is known color: Oxley. HEX triplet: 67, 9D and 79. RGB value is (103,157,121). Sum of RGB (Red+Green+Blue) = 103+157+121=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 157 - color contains mainly: green. Hex color #679D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679D79 is #986286. Grayscale: #888888. Windows color (decimal): -9986695 or 7970151. OLE color: 7970151.
HSL color Cylindrical-coordinate representation of color #679D79: hue angle of 140º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679D79 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 157 | 121 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.38 |
| HSL | 140º | 0.22% | 0.51% | - |
| HSV(B) | 140º | 0.34% | 0.62% | - |
| XYZ | 21.1 | 28.38 | 22.45 | - |
| YUV | 136.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 157 | 121 | 0.34 | 0 | 0.23 | 0.38 | 140 | 0.22 | 0.51 |
| Hex | 67 | 9D | 79 | 22 | 0 | 17 | 26 | 8C | 16 | 33 |
| Octal | 147 | 235 | 171 | 42 | 0 | 27 | 46 | 214 | 26 | 63 |
| Binary | 1100111 | 10011101 | 1111001 | 100010 | 0 | 10111 | 100110 | 10001100 | 10110 | 110011 |
Color Harmonies of #679D79
Complementary color
Monochromatic Colors of #679D79
Black with #679D79
Text Example
Text Example
White with #679D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679D79; }
p { color: rgb(103,157,121); }
H1.HeaderClassName
{
color: #679D79;
}
.AnyTagClassName
{
color: #679D79;
}
</style>
background-color css
<style>
a { background-color: #679D79; }
a { background-color: rgb(103,157,121); }
div.DivClassName
{
background-color: #679D79;
}
.BgClassName
{
background-color: #679D79;
}
</style>
border-color css
<style>
span { border-color: #679D79; }
span { border-color: rgb(103,157,121); }
td.TdClassName
{
border-color: #679D79;
}
.TagClassName
{
border-color: #679D79;
}
</style>