Shades of Oxley #609D73
Tints of Oxley #609D73
RGB
CMYK
RGB Variations
Color information
#609D73 (or 0x609D73) is known color: Oxley. HEX triplet: 60, 9D and 73. RGB value is (96,157,115). Sum of RGB (Red+Green+Blue) = 96+157+115=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 157 - color contains mainly: green. Hex color #609D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609D73 is #9F628C. Grayscale: #868686. Windows color (decimal): -10445453 or 7576928. OLE color: 7576928.
HSL color Cylindrical-coordinate representation of color #609D73: hue angle of 138.69º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #609D73 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 157 | 115 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.38 |
| HSL | 138.69º | 0.24% | 0.5% | - |
| HSV(B) | 138.69º | 0.39% | 0.62% | - |
| XYZ | 19.98 | 27.84 | 20.54 | - |
| YUV | 133.97 | 117.29 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 157 | 115 | 0.39 | 0 | 0.27 | 0.38 | 138.69 | 0.24 | 0.5 |
| Hex | 60 | 9D | 73 | 27 | 0 | 1B | 26 | 8B | 18 | 32 |
| Octal | 140 | 235 | 163 | 47 | 0 | 33 | 46 | 213 | 30 | 62 |
| Binary | 1100000 | 10011101 | 1110011 | 100111 | 0 | 11011 | 100110 | 10001011 | 11000 | 110010 |
Color Harmonies of #609D73
Complementary color
Monochromatic Colors of #609D73
Black with #609D73
Text Example
Text Example
White with #609D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609D73; }
p { color: rgb(96,157,115); }
H1.HeaderClassName
{
color: #609D73;
}
.AnyTagClassName
{
color: #609D73;
}
</style>
background-color css
<style>
a { background-color: #609D73; }
a { background-color: rgb(96,157,115); }
div.DivClassName
{
background-color: #609D73;
}
.BgClassName
{
background-color: #609D73;
}
</style>
border-color css
<style>
span { border-color: #609D73; }
span { border-color: rgb(96,157,115); }
td.TdClassName
{
border-color: #609D73;
}
.TagClassName
{
border-color: #609D73;
}
</style>