Shades of Oxley #609F6E
Tints of Oxley #609F6E
RGB
CMYK
RGB Variations
Color information
#609F6E (or 0x609F6E) is known color: Oxley. HEX triplet: 60, 9F and 6E. RGB value is (96,159,110). Sum of RGB (Red+Green+Blue) = 96+159+110=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #609F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609F6E is #9F6091. Grayscale: #868686. Windows color (decimal): -10444946 or 7249760. OLE color: 7249760.
HSL color Cylindrical-coordinate representation of color #609F6E: hue angle of 133.33º 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 #609F6E is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 159 | 110 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.38 |
| HSL | 133.33º | 0.25% | 0.5% | - |
| HSV(B) | 133.33º | 0.4% | 0.62% | - |
| XYZ | 20.04 | 28.41 | 19.18 | - |
| YUV | 134.58 | 114.13 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 110 | 0.40 | 0 | 0.31 | 0.38 | 133.33 | 0.25 | 0.5 |
| Hex | 60 | 9F | 6E | 28 | 0 | 1F | 26 | 85 | 19 | 32 |
| Octal | 140 | 237 | 156 | 50 | 0 | 37 | 46 | 205 | 31 | 62 |
| Binary | 1100000 | 10011111 | 1101110 | 101000 | 0 | 11111 | 100110 | 10000101 | 11001 | 110010 |
Color Harmonies of #609F6E
Complementary color
Monochromatic Colors of #609F6E
Black with #609F6E
Text Example
Text Example
White with #609F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609F6E; }
p { color: rgb(96,159,110); }
H1.HeaderClassName
{
color: #609F6E;
}
.AnyTagClassName
{
color: #609F6E;
}
</style>
background-color css
<style>
a { background-color: #609F6E; }
a { background-color: rgb(96,159,110); }
div.DivClassName
{
background-color: #609F6E;
}
.BgClassName
{
background-color: #609F6E;
}
</style>
border-color css
<style>
span { border-color: #609F6E; }
span { border-color: rgb(96,159,110); }
td.TdClassName
{
border-color: #609F6E;
}
.TagClassName
{
border-color: #609F6E;
}
</style>