Shades of Oxley #609973
Tints of Oxley #609973
RGB
CMYK
RGB Variations
Color information
#609973 (or 0x609973) is known color: Oxley. HEX triplet: 60, 99 and 73. RGB value is (96,153,115). Sum of RGB (Red+Green+Blue) = 96+153+115=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #609973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609973 is #9F668C. Grayscale: #838383. Windows color (decimal): -10446477 or 7575904. OLE color: 7575904.
HSL color Cylindrical-coordinate representation of color #609973: hue angle of 140º 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 #609973 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 153 | 115 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.4 |
| HSL | 140º | 0.23% | 0.49% | - |
| HSV(B) | 140º | 0.37% | 0.6% | - |
| XYZ | 19.31 | 26.51 | 20.32 | - |
| YUV | 131.63 | 118.62 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 115 | 0.37 | 0 | 0.25 | 0.4 | 140 | 0.23 | 0.49 |
| Hex | 60 | 99 | 73 | 25 | 0 | 19 | 28 | 8C | 17 | 31 |
| Octal | 140 | 231 | 163 | 45 | 0 | 31 | 50 | 214 | 27 | 61 |
| Binary | 1100000 | 10011001 | 1110011 | 100101 | 0 | 11001 | 101000 | 10001100 | 10111 | 110001 |
Color Harmonies of #609973
Complementary color
Monochromatic Colors of #609973
Black with #609973
Text Example
Text Example
White with #609973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609973; }
p { color: rgb(96,153,115); }
H1.HeaderClassName
{
color: #609973;
}
.AnyTagClassName
{
color: #609973;
}
</style>
background-color css
<style>
a { background-color: #609973; }
a { background-color: rgb(96,153,115); }
div.DivClassName
{
background-color: #609973;
}
.BgClassName
{
background-color: #609973;
}
</style>
border-color css
<style>
span { border-color: #609973; }
span { border-color: rgb(96,153,115); }
td.TdClassName
{
border-color: #609973;
}
.TagClassName
{
border-color: #609973;
}
</style>