Shades of Oxley #608E6D
Tints of Oxley #608E6D
RGB
CMYK
RGB Variations
Color information
#608E6D (or 0x608E6D) is known color: Oxley. HEX triplet: 60, 8E and 6D. RGB value is (96,142,109). Sum of RGB (Red+Green+Blue) = 96+142+109=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 142 - color contains mainly: green. Hex color #608E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608E6D is #9F7192. Grayscale: #7C7C7C. Windows color (decimal): -10449299 or 7179872. OLE color: 7179872.
HSL color Cylindrical-coordinate representation of color #608E6D: hue angle of 136.96º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608E6D is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 142 | 109 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.44 |
| HSL | 136.96º | 0.19% | 0.47% | - |
| HSV(B) | 136.96º | 0.32% | 0.56% | - |
| XYZ | 17.26 | 22.94 | 17.99 | - |
| YUV | 124.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 142 | 109 | 0.32 | 0 | 0.23 | 0.44 | 136.96 | 0.19 | 0.47 |
| Hex | 60 | 8E | 6D | 20 | 0 | 17 | 2C | 89 | 13 | 2F |
| Octal | 140 | 216 | 155 | 40 | 0 | 27 | 54 | 211 | 23 | 57 |
| Binary | 1100000 | 10001110 | 1101101 | 100000 | 0 | 10111 | 101100 | 10001001 | 10011 | 101111 |
Color Harmonies of #608E6D
Complementary color
Monochromatic Colors of #608E6D
Black with #608E6D
Text Example
Text Example
White with #608E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608E6D; }
p { color: rgb(96,142,109); }
H1.HeaderClassName
{
color: #608E6D;
}
.AnyTagClassName
{
color: #608E6D;
}
</style>
background-color css
<style>
a { background-color: #608E6D; }
a { background-color: rgb(96,142,109); }
div.DivClassName
{
background-color: #608E6D;
}
.BgClassName
{
background-color: #608E6D;
}
</style>
border-color css
<style>
span { border-color: #608E6D; }
span { border-color: rgb(96,142,109); }
td.TdClassName
{
border-color: #608E6D;
}
.TagClassName
{
border-color: #608E6D;
}
</style>