Shades of Oxley #688C74
Tints of Oxley #688C74
RGB
CMYK
RGB Variations
Color information
#688C74 (or 0x688C74) is known color: Oxley. HEX triplet: 68, 8C and 74. RGB value is (104,140,116). Sum of RGB (Red+Green+Blue) = 104+140+116=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 140 - color contains mainly: green. Hex color #688C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688C74 is #97738B. Grayscale: #7E7E7E. Windows color (decimal): -9925516 or 7638120. OLE color: 7638120.
HSL color Cylindrical-coordinate representation of color #688C74: hue angle of 140º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #688C74 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 140 | 116 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.45 |
| HSL | 140º | 0.15% | 0.48% | - |
| HSV(B) | 140º | 0.26% | 0.55% | - |
| XYZ | 18.24 | 22.96 | 19.99 | - |
| YUV | 126.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 116 | 0.26 | 0 | 0.17 | 0.45 | 140 | 0.15 | 0.48 |
| Hex | 68 | 8C | 74 | 1A | 0 | 11 | 2D | 8C | F | 30 |
| Octal | 150 | 214 | 164 | 32 | 0 | 21 | 55 | 214 | 17 | 60 |
| Binary | 1101000 | 10001100 | 1110100 | 11010 | 0 | 10001 | 101101 | 10001100 | 1111 | 110000 |
Color Harmonies of #688C74
Complementary color
Monochromatic Colors of #688C74
Black with #688C74
Text Example
Text Example
White with #688C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688C74; }
p { color: rgb(104,140,116); }
H1.HeaderClassName
{
color: #688C74;
}
.AnyTagClassName
{
color: #688C74;
}
</style>
background-color css
<style>
a { background-color: #688C74; }
a { background-color: rgb(104,140,116); }
div.DivClassName
{
background-color: #688C74;
}
.BgClassName
{
background-color: #688C74;
}
</style>
border-color css
<style>
span { border-color: #688C74; }
span { border-color: rgb(104,140,116); }
td.TdClassName
{
border-color: #688C74;
}
.TagClassName
{
border-color: #688C74;
}
</style>