Shades of Oxley #609F68
Tints of Oxley #609F68
RGB
CMYK
RGB Variations
Color information
#609F68 (or 0x609F68) is known color: Oxley. HEX triplet: 60, 9F and 68. RGB value is (96,159,104). Sum of RGB (Red+Green+Blue) = 96+159+104=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 159 - color contains mainly: green. Hex color #609F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609F68 is #9F6097. Grayscale: #868686. Windows color (decimal): -10444952 or 6856544. OLE color: 6856544.
HSL color Cylindrical-coordinate representation of color #609F68: hue angle of 127.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #609F68 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 159 | 104 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.38 |
| HSL | 127.62º | 0.25% | 0.5% | - |
| HSV(B) | 127.62º | 0.4% | 0.62% | - |
| XYZ | 19.72 | 28.28 | 17.52 | - |
| YUV | 133.89 | 111.13 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 104 | 0.40 | 0 | 0.35 | 0.38 | 127.62 | 0.25 | 0.5 |
| Hex | 60 | 9F | 68 | 28 | 0 | 23 | 26 | 80 | 19 | 32 |
| Octal | 140 | 237 | 150 | 50 | 0 | 43 | 46 | 200 | 31 | 62 |
| Binary | 1100000 | 10011111 | 1101000 | 101000 | 0 | 100011 | 100110 | 10000000 | 11001 | 110010 |
Color Harmonies of #609F68
Complementary color
Monochromatic Colors of #609F68
Black with #609F68
Text Example
Text Example
White with #609F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609F68; }
p { color: rgb(96,159,104); }
H1.HeaderClassName
{
color: #609F68;
}
.AnyTagClassName
{
color: #609F68;
}
</style>
background-color css
<style>
a { background-color: #609F68; }
a { background-color: rgb(96,159,104); }
div.DivClassName
{
background-color: #609F68;
}
.BgClassName
{
background-color: #609F68;
}
</style>
border-color css
<style>
span { border-color: #609F68; }
span { border-color: rgb(96,159,104); }
td.TdClassName
{
border-color: #609F68;
}
.TagClassName
{
border-color: #609F68;
}
</style>