Shades of Oxley #609375
Tints of Oxley #609375
RGB
CMYK
RGB Variations
Color information
#609375 (or 0x609375) is known color: Oxley. HEX triplet: 60, 93 and 75. RGB value is (96,147,117). Sum of RGB (Red+Green+Blue) = 96+147+117=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #609375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609375 is #9F6C8A. Grayscale: #808080. Windows color (decimal): -10448011 or 7705440. OLE color: 7705440.
HSL color Cylindrical-coordinate representation of color #609375: hue angle of 144.71º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #609375 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 147 | 117 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.42 |
| HSL | 144.71º | 0.21% | 0.48% | - |
| HSV(B) | 144.71º | 0.35% | 0.58% | - |
| XYZ | 18.47 | 24.64 | 20.61 | - |
| YUV | 128.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 147 | 117 | 0.35 | 0 | 0.20 | 0.42 | 144.71 | 0.21 | 0.48 |
| Hex | 60 | 93 | 75 | 23 | 0 | 14 | 2A | 91 | 15 | 30 |
| Octal | 140 | 223 | 165 | 43 | 0 | 24 | 52 | 221 | 25 | 60 |
| Binary | 1100000 | 10010011 | 1110101 | 100011 | 0 | 10100 | 101010 | 10010001 | 10101 | 110000 |
Color Harmonies of #609375
Complementary color
Monochromatic Colors of #609375
Black with #609375
Text Example
Text Example
White with #609375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609375; }
p { color: rgb(96,147,117); }
H1.HeaderClassName
{
color: #609375;
}
.AnyTagClassName
{
color: #609375;
}
</style>
background-color css
<style>
a { background-color: #609375; }
a { background-color: rgb(96,147,117); }
div.DivClassName
{
background-color: #609375;
}
.BgClassName
{
background-color: #609375;
}
</style>
border-color css
<style>
span { border-color: #609375; }
span { border-color: rgb(96,147,117); }
td.TdClassName
{
border-color: #609375;
}
.TagClassName
{
border-color: #609375;
}
</style>