Shades of Oxley #609171
Tints of Oxley #609171
RGB
CMYK
RGB Variations
Color information
#609171 (or 0x609171) is known color: Oxley. HEX triplet: 60, 91 and 71. RGB value is (96,145,113). Sum of RGB (Red+Green+Blue) = 96+145+113=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #609171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609171 is #9F6E8E. Grayscale: #7E7E7E. Windows color (decimal): -10448527 or 7442784. OLE color: 7442784.
HSL color Cylindrical-coordinate representation of color #609171: hue angle of 140.82º 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 #609171 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 145 | 113 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.43 |
| HSL | 140.82º | 0.2% | 0.47% | - |
| HSV(B) | 140.82º | 0.34% | 0.57% | - |
| XYZ | 17.93 | 23.93 | 19.3 | - |
| YUV | 126.7 | 120.27 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 113 | 0.34 | 0 | 0.22 | 0.43 | 140.82 | 0.2 | 0.47 |
| Hex | 60 | 91 | 71 | 22 | 0 | 16 | 2B | 8D | 14 | 2F |
| Octal | 140 | 221 | 161 | 42 | 0 | 26 | 53 | 215 | 24 | 57 |
| Binary | 1100000 | 10010001 | 1110001 | 100010 | 0 | 10110 | 101011 | 10001101 | 10100 | 101111 |
Color Harmonies of #609171
Complementary color
Monochromatic Colors of #609171
Black with #609171
Text Example
Text Example
White with #609171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609171; }
p { color: rgb(96,145,113); }
H1.HeaderClassName
{
color: #609171;
}
.AnyTagClassName
{
color: #609171;
}
</style>
background-color css
<style>
a { background-color: #609171; }
a { background-color: rgb(96,145,113); }
div.DivClassName
{
background-color: #609171;
}
.BgClassName
{
background-color: #609171;
}
</style>
border-color css
<style>
span { border-color: #609171; }
span { border-color: rgb(96,145,113); }
td.TdClassName
{
border-color: #609171;
}
.TagClassName
{
border-color: #609171;
}
</style>