Shades of Oxley #609F7B
Tints of Oxley #609F7B
RGB
CMYK
RGB Variations
Color information
#609F7B (or 0x609F7B) is known color: Oxley. HEX triplet: 60, 9F and 7B. RGB value is (96,159,123). Sum of RGB (Red+Green+Blue) = 96+159+123=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #609F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609F7B is #9F6084. Grayscale: #888888. Windows color (decimal): -10444933 or 8101728. OLE color: 8101728.
HSL color Cylindrical-coordinate representation of color #609F7B: hue angle of 145.71º 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 #609F7B is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 159 | 123 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.38 |
| HSL | 145.71º | 0.25% | 0.5% | - |
| HSV(B) | 145.71º | 0.4% | 0.62% | - |
| XYZ | 20.8 | 28.71 | 23.18 | - |
| YUV | 136.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 123 | 0.40 | 0 | 0.23 | 0.38 | 145.71 | 0.25 | 0.5 |
| Hex | 60 | 9F | 7B | 28 | 0 | 17 | 26 | 92 | 19 | 32 |
| Octal | 140 | 237 | 173 | 50 | 0 | 27 | 46 | 222 | 31 | 62 |
| Binary | 1100000 | 10011111 | 1111011 | 101000 | 0 | 10111 | 100110 | 10010010 | 11001 | 110010 |
Color Harmonies of #609F7B
Complementary color
Monochromatic Colors of #609F7B
Black with #609F7B
Text Example
Text Example
White with #609F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609F7B; }
p { color: rgb(96,159,123); }
H1.HeaderClassName
{
color: #609F7B;
}
.AnyTagClassName
{
color: #609F7B;
}
</style>
background-color css
<style>
a { background-color: #609F7B; }
a { background-color: rgb(96,159,123); }
div.DivClassName
{
background-color: #609F7B;
}
.BgClassName
{
background-color: #609F7B;
}
</style>
border-color css
<style>
span { border-color: #609F7B; }
span { border-color: rgb(96,159,123); }
td.TdClassName
{
border-color: #609F7B;
}
.TagClassName
{
border-color: #609F7B;
}
</style>