Shades of Oxley #609175
Tints of Oxley #609175
RGB
CMYK
RGB Variations
Color information
#609175 (or 0x609175) is known color: Oxley. HEX triplet: 60, 91 and 75. RGB value is (96,145,117). Sum of RGB (Red+Green+Blue) = 96+145+117=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 145 - color contains mainly: green. Hex color #609175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609175 is #9F6E8A. Grayscale: #7F7F7F. Windows color (decimal): -10448523 or 7704928. OLE color: 7704928.
HSL color Cylindrical-coordinate representation of color #609175: hue angle of 145.71º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #609175 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 145 | 117 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.43 |
| HSL | 145.71º | 0.2% | 0.47% | - |
| HSV(B) | 145.71º | 0.34% | 0.57% | - |
| XYZ | 18.16 | 24.02 | 20.51 | - |
| YUV | 127.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 117 | 0.34 | 0 | 0.19 | 0.43 | 145.71 | 0.2 | 0.47 |
| Hex | 60 | 91 | 75 | 22 | 0 | 13 | 2B | 92 | 14 | 2F |
| Octal | 140 | 221 | 165 | 42 | 0 | 23 | 53 | 222 | 24 | 57 |
| Binary | 1100000 | 10010001 | 1110101 | 100010 | 0 | 10011 | 101011 | 10010010 | 10100 | 101111 |
Color Harmonies of #609175
Complementary color
Monochromatic Colors of #609175
Black with #609175
Text Example
Text Example
White with #609175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609175; }
p { color: rgb(96,145,117); }
H1.HeaderClassName
{
color: #609175;
}
.AnyTagClassName
{
color: #609175;
}
</style>
background-color css
<style>
a { background-color: #609175; }
a { background-color: rgb(96,145,117); }
div.DivClassName
{
background-color: #609175;
}
.BgClassName
{
background-color: #609175;
}
</style>
border-color css
<style>
span { border-color: #609175; }
span { border-color: rgb(96,145,117); }
td.TdClassName
{
border-color: #609175;
}
.TagClassName
{
border-color: #609175;
}
</style>