Shades of Oxley #609972
Tints of Oxley #609972
RGB
CMYK
RGB Variations
Color information
#609972 (or 0x609972) is known color: Oxley. HEX triplet: 60, 99 and 72. RGB value is (96,153,114). Sum of RGB (Red+Green+Blue) = 96+153+114=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #609972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609972 is #9F668D. Grayscale: #838383. Windows color (decimal): -10446478 or 7510368. OLE color: 7510368.
HSL color Cylindrical-coordinate representation of color #609972: hue angle of 138.95º 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 #609972 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 153 | 114 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.4 |
| HSL | 138.95º | 0.23% | 0.49% | - |
| HSV(B) | 138.95º | 0.37% | 0.6% | - |
| XYZ | 19.25 | 26.48 | 20.02 | - |
| YUV | 131.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 114 | 0.37 | 0 | 0.25 | 0.4 | 138.95 | 0.23 | 0.49 |
| Hex | 60 | 99 | 72 | 25 | 0 | 19 | 28 | 8B | 17 | 31 |
| Octal | 140 | 231 | 162 | 45 | 0 | 31 | 50 | 213 | 27 | 61 |
| Binary | 1100000 | 10011001 | 1110010 | 100101 | 0 | 11001 | 101000 | 10001011 | 10111 | 110001 |
Color Harmonies of #609972
Complementary color
Monochromatic Colors of #609972
Black with #609972
Text Example
Text Example
White with #609972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609972; }
p { color: rgb(96,153,114); }
H1.HeaderClassName
{
color: #609972;
}
.AnyTagClassName
{
color: #609972;
}
</style>
background-color css
<style>
a { background-color: #609972; }
a { background-color: rgb(96,153,114); }
div.DivClassName
{
background-color: #609972;
}
.BgClassName
{
background-color: #609972;
}
</style>
border-color css
<style>
span { border-color: #609972; }
span { border-color: rgb(96,153,114); }
td.TdClassName
{
border-color: #609972;
}
.TagClassName
{
border-color: #609972;
}
</style>