Shades of Oxley #609273
Tints of Oxley #609273
RGB
CMYK
RGB Variations
Color information
#609273 (or 0x609273) is known color: Oxley. HEX triplet: 60, 92 and 73. RGB value is (96,146,115). Sum of RGB (Red+Green+Blue) = 96+146+115=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #609273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609273 is #9F6D8C. Grayscale: #7F7F7F. Windows color (decimal): -10448269 or 7574112. OLE color: 7574112.
HSL color Cylindrical-coordinate representation of color #609273: hue angle of 142.8º degrees, saturation: 0.21, 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 #609273 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 146 | 115 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.43 |
| HSL | 142.8º | 0.21% | 0.47% | - |
| HSV(B) | 142.8º | 0.34% | 0.57% | - |
| XYZ | 18.2 | 24.28 | 19.95 | - |
| YUV | 127.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 146 | 115 | 0.34 | 0 | 0.21 | 0.43 | 142.8 | 0.21 | 0.47 |
| Hex | 60 | 92 | 73 | 22 | 0 | 15 | 2B | 8F | 15 | 2F |
| Octal | 140 | 222 | 163 | 42 | 0 | 25 | 53 | 217 | 25 | 57 |
| Binary | 1100000 | 10010010 | 1110011 | 100010 | 0 | 10101 | 101011 | 10001111 | 10101 | 101111 |
Color Harmonies of #609273
Complementary color
Monochromatic Colors of #609273
Black with #609273
Text Example
Text Example
White with #609273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609273; }
p { color: rgb(96,146,115); }
H1.HeaderClassName
{
color: #609273;
}
.AnyTagClassName
{
color: #609273;
}
</style>
background-color css
<style>
a { background-color: #609273; }
a { background-color: rgb(96,146,115); }
div.DivClassName
{
background-color: #609273;
}
.BgClassName
{
background-color: #609273;
}
</style>
border-color css
<style>
span { border-color: #609273; }
span { border-color: rgb(96,146,115); }
td.TdClassName
{
border-color: #609273;
}
.TagClassName
{
border-color: #609273;
}
</style>