Shades of Oxley #609E73
Tints of Oxley #609E73
RGB
CMYK
RGB Variations
Color information
#609E73 (or 0x609E73) is known color: Oxley. HEX triplet: 60, 9E and 73. RGB value is (96,158,115). Sum of RGB (Red+Green+Blue) = 96+158+115=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 158 - color contains mainly: green. Hex color #609E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609E73 is #9F618C. Grayscale: #868686. Windows color (decimal): -10445197 or 7577184. OLE color: 7577184.
HSL color Cylindrical-coordinate representation of color #609E73: hue angle of 138.39º 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 #609E73 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 158 | 115 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.38 |
| HSL | 138.39º | 0.24% | 0.5% | - |
| HSV(B) | 138.39º | 0.39% | 0.62% | - |
| XYZ | 20.15 | 28.18 | 20.6 | - |
| YUV | 134.56 | 116.96 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 158 | 115 | 0.39 | 0 | 0.27 | 0.38 | 138.39 | 0.24 | 0.5 |
| Hex | 60 | 9E | 73 | 27 | 0 | 1B | 26 | 8A | 18 | 32 |
| Octal | 140 | 236 | 163 | 47 | 0 | 33 | 46 | 212 | 30 | 62 |
| Binary | 1100000 | 10011110 | 1110011 | 100111 | 0 | 11011 | 100110 | 10001010 | 11000 | 110010 |
Color Harmonies of #609E73
Complementary color
Monochromatic Colors of #609E73
Black with #609E73
Text Example
Text Example
White with #609E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609E73; }
p { color: rgb(96,158,115); }
H1.HeaderClassName
{
color: #609E73;
}
.AnyTagClassName
{
color: #609E73;
}
</style>
background-color css
<style>
a { background-color: #609E73; }
a { background-color: rgb(96,158,115); }
div.DivClassName
{
background-color: #609E73;
}
.BgClassName
{
background-color: #609E73;
}
</style>
border-color css
<style>
span { border-color: #609E73; }
span { border-color: rgb(96,158,115); }
td.TdClassName
{
border-color: #609E73;
}
.TagClassName
{
border-color: #609E73;
}
</style>