Shades of Oxley #609975
Tints of Oxley #609975
RGB
CMYK
RGB Variations
Color information
#609975 (or 0x609975) is known color: Oxley. HEX triplet: 60, 99 and 75. RGB value is (96,153,117). Sum of RGB (Red+Green+Blue) = 96+153+117=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #609975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609975 is #9F668A. Grayscale: #838383. Windows color (decimal): -10446475 or 7706976. OLE color: 7706976.
HSL color Cylindrical-coordinate representation of color #609975: hue angle of 142.11º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609975 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 153 | 117 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.4 |
| HSL | 142.11º | 0.23% | 0.49% | - |
| HSV(B) | 142.11º | 0.37% | 0.6% | - |
| XYZ | 19.43 | 26.55 | 20.93 | - |
| YUV | 131.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 117 | 0.37 | 0 | 0.24 | 0.4 | 142.11 | 0.23 | 0.49 |
| Hex | 60 | 99 | 75 | 25 | 0 | 18 | 28 | 8E | 17 | 31 |
| Octal | 140 | 231 | 165 | 45 | 0 | 30 | 50 | 216 | 27 | 61 |
| Binary | 1100000 | 10011001 | 1110101 | 100101 | 0 | 11000 | 101000 | 10001110 | 10111 | 110001 |
Color Harmonies of #609975
Complementary color
Monochromatic Colors of #609975
Black with #609975
Text Example
Text Example
White with #609975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609975; }
p { color: rgb(96,153,117); }
H1.HeaderClassName
{
color: #609975;
}
.AnyTagClassName
{
color: #609975;
}
</style>
background-color css
<style>
a { background-color: #609975; }
a { background-color: rgb(96,153,117); }
div.DivClassName
{
background-color: #609975;
}
.BgClassName
{
background-color: #609975;
}
</style>
border-color css
<style>
span { border-color: #609975; }
span { border-color: rgb(96,153,117); }
td.TdClassName
{
border-color: #609975;
}
.TagClassName
{
border-color: #609975;
}
</style>