Shades of Oxley #678D74
Tints of Oxley #678D74
RGB
CMYK
RGB Variations
Color information
#678D74 (or 0x678D74) is known color: Oxley. HEX triplet: 67, 8D and 74. RGB value is (103,141,116). Sum of RGB (Red+Green+Blue) = 103+141+116=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 141 - color contains mainly: green. Hex color #678D74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678D74 is #98728B. Grayscale: #7E7E7E. Windows color (decimal): -9990796 or 7638375. OLE color: 7638375.
HSL color Cylindrical-coordinate representation of color #678D74: hue angle of 140.53º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #678D74 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 141 | 116 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.45 |
| HSL | 140.53º | 0.16% | 0.48% | - |
| HSV(B) | 140.53º | 0.27% | 0.55% | - |
| XYZ | 18.27 | 23.19 | 20.04 | - |
| YUV | 126.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 116 | 0.27 | 0 | 0.18 | 0.45 | 140.53 | 0.16 | 0.48 |
| Hex | 67 | 8D | 74 | 1B | 0 | 12 | 2D | 8D | 10 | 30 |
| Octal | 147 | 215 | 164 | 33 | 0 | 22 | 55 | 215 | 20 | 60 |
| Binary | 1100111 | 10001101 | 1110100 | 11011 | 0 | 10010 | 101101 | 10001101 | 10000 | 110000 |
Color Harmonies of #678D74
Complementary color
Monochromatic Colors of #678D74
Black with #678D74
Text Example
Text Example
White with #678D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678D74; }
p { color: rgb(103,141,116); }
H1.HeaderClassName
{
color: #678D74;
}
.AnyTagClassName
{
color: #678D74;
}
</style>
background-color css
<style>
a { background-color: #678D74; }
a { background-color: rgb(103,141,116); }
div.DivClassName
{
background-color: #678D74;
}
.BgClassName
{
background-color: #678D74;
}
</style>
border-color css
<style>
span { border-color: #678D74; }
span { border-color: rgb(103,141,116); }
td.TdClassName
{
border-color: #678D74;
}
.TagClassName
{
border-color: #678D74;
}
</style>