Shades of Oxley #609978
Tints of Oxley #609978
RGB
CMYK
RGB Variations
Color information
#609978 (or 0x609978) is known color: Oxley. HEX triplet: 60, 99 and 78. RGB value is (96,153,120). Sum of RGB (Red+Green+Blue) = 96+153+120=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #609978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609978 is #9F6687. Grayscale: #848484. Windows color (decimal): -10446472 or 7903584. OLE color: 7903584.
HSL color Cylindrical-coordinate representation of color #609978: hue angle of 145.26º 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 #609978 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 153 | 120 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.4 |
| HSL | 145.26º | 0.23% | 0.49% | - |
| HSV(B) | 145.26º | 0.37% | 0.6% | - |
| XYZ | 19.61 | 26.63 | 21.88 | - |
| YUV | 132.2 | 121.12 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 153 | 120 | 0.37 | 0 | 0.22 | 0.4 | 145.26 | 0.23 | 0.49 |
| Hex | 60 | 99 | 78 | 25 | 0 | 16 | 28 | 91 | 17 | 31 |
| Octal | 140 | 231 | 170 | 45 | 0 | 26 | 50 | 221 | 27 | 61 |
| Binary | 1100000 | 10011001 | 1111000 | 100101 | 0 | 10110 | 101000 | 10010001 | 10111 | 110001 |
Color Harmonies of #609978
Complementary color
Monochromatic Colors of #609978
Black with #609978
Text Example
Text Example
White with #609978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609978; }
p { color: rgb(96,153,120); }
H1.HeaderClassName
{
color: #609978;
}
.AnyTagClassName
{
color: #609978;
}
</style>
background-color css
<style>
a { background-color: #609978; }
a { background-color: rgb(96,153,120); }
div.DivClassName
{
background-color: #609978;
}
.BgClassName
{
background-color: #609978;
}
</style>
border-color css
<style>
span { border-color: #609978; }
span { border-color: rgb(96,153,120); }
td.TdClassName
{
border-color: #609978;
}
.TagClassName
{
border-color: #609978;
}
</style>