Shades of Oxley #608D6D
Tints of Oxley #608D6D
RGB
CMYK
RGB Variations
Color information
#608D6D (or 0x608D6D) is known color: Oxley. HEX triplet: 60, 8D and 6D. RGB value is (96,141,109). Sum of RGB (Red+Green+Blue) = 96+141+109=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 141 - color contains mainly: green. Hex color #608D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D6D is #9F7292. Grayscale: #7B7B7B. Windows color (decimal): -10449555 or 7179616. OLE color: 7179616.
HSL color Cylindrical-coordinate representation of color #608D6D: hue angle of 137.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608D6D is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 141 | 109 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.45 |
| HSL | 137.33º | 0.19% | 0.46% | - |
| HSV(B) | 137.33º | 0.32% | 0.55% | - |
| XYZ | 17.11 | 22.64 | 17.94 | - |
| YUV | 123.9 | 119.59 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 109 | 0.32 | 0 | 0.23 | 0.45 | 137.33 | 0.19 | 0.46 |
| Hex | 60 | 8D | 6D | 20 | 0 | 17 | 2D | 89 | 13 | 2E |
| Octal | 140 | 215 | 155 | 40 | 0 | 27 | 55 | 211 | 23 | 56 |
| Binary | 1100000 | 10001101 | 1101101 | 100000 | 0 | 10111 | 101101 | 10001001 | 10011 | 101110 |
Color Harmonies of #608D6D
Complementary color
Monochromatic Colors of #608D6D
Black with #608D6D
Text Example
Text Example
White with #608D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608D6D; }
p { color: rgb(96,141,109); }
H1.HeaderClassName
{
color: #608D6D;
}
.AnyTagClassName
{
color: #608D6D;
}
</style>
background-color css
<style>
a { background-color: #608D6D; }
a { background-color: rgb(96,141,109); }
div.DivClassName
{
background-color: #608D6D;
}
.BgClassName
{
background-color: #608D6D;
}
</style>
border-color css
<style>
span { border-color: #608D6D; }
span { border-color: rgb(96,141,109); }
td.TdClassName
{
border-color: #608D6D;
}
.TagClassName
{
border-color: #608D6D;
}
</style>