Shades of Oxley #60976D
Tints of Oxley #60976D
RGB
CMYK
RGB Variations
Color information
#60976D (or 0x60976D) is known color: Oxley. HEX triplet: 60, 97 and 6D. RGB value is (96,151,109). Sum of RGB (Red+Green+Blue) = 96+151+109=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #60976D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60976D is #9F6892. Grayscale: #818181. Windows color (decimal): -10446995 or 7182176. OLE color: 7182176.
HSL color Cylindrical-coordinate representation of color #60976D: hue angle of 134.18º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60976D is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 96 | 151 | 109 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.41 |
| HSL | 134.18º | 0.22% | 0.48% | - |
| HSV(B) | 134.18º | 0.36% | 0.59% | - |
| XYZ | 18.65 | 25.72 | 18.45 | - |
| YUV | 129.77 | 116.28 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 151 | 109 | 0.36 | 0 | 0.28 | 0.41 | 134.18 | 0.22 | 0.48 |
| Hex | 60 | 97 | 6D | 24 | 0 | 1C | 29 | 86 | 16 | 30 |
| Octal | 140 | 227 | 155 | 44 | 0 | 34 | 51 | 206 | 26 | 60 |
| Binary | 1100000 | 10010111 | 1101101 | 100100 | 0 | 11100 | 101001 | 10000110 | 10110 | 110000 |
Color Harmonies of #60976D
Complementary color
Monochromatic Colors of #60976D
Black with #60976D
Text Example
Text Example
White with #60976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60976D; }
p { color: rgb(96,151,109); }
H1.HeaderClassName
{
color: #60976D;
}
.AnyTagClassName
{
color: #60976D;
}
</style>
background-color css
<style>
a { background-color: #60976D; }
a { background-color: rgb(96,151,109); }
div.DivClassName
{
background-color: #60976D;
}
.BgClassName
{
background-color: #60976D;
}
</style>
border-color css
<style>
span { border-color: #60976D; }
span { border-color: rgb(96,151,109); }
td.TdClassName
{
border-color: #60976D;
}
.TagClassName
{
border-color: #60976D;
}
</style>