Shades of Oxley #609F69
Tints of Oxley #609F69
RGB
CMYK
RGB Variations
Color information
#609F69 (or 0x609F69) is known color: Oxley. HEX triplet: 60, 9F and 69. RGB value is (96,159,105). Sum of RGB (Red+Green+Blue) = 96+159+105=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 159 - color contains mainly: green. Hex color #609F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609F69 is #9F6096. Grayscale: #868686. Windows color (decimal): -10444951 or 6922080. OLE color: 6922080.
HSL color Cylindrical-coordinate representation of color #609F69: hue angle of 128.57º 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 #609F69 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 159 | 105 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.38 |
| HSL | 128.57º | 0.25% | 0.5% | - |
| HSV(B) | 128.57º | 0.4% | 0.62% | - |
| XYZ | 19.77 | 28.3 | 17.79 | - |
| YUV | 134.01 | 111.63 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 105 | 0.40 | 0 | 0.34 | 0.38 | 128.57 | 0.25 | 0.5 |
| Hex | 60 | 9F | 69 | 28 | 0 | 22 | 26 | 81 | 19 | 32 |
| Octal | 140 | 237 | 151 | 50 | 0 | 42 | 46 | 201 | 31 | 62 |
| Binary | 1100000 | 10011111 | 1101001 | 101000 | 0 | 100010 | 100110 | 10000001 | 11001 | 110010 |
Color Harmonies of #609F69
Complementary color
Monochromatic Colors of #609F69
Black with #609F69
Text Example
Text Example
White with #609F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609F69; }
p { color: rgb(96,159,105); }
H1.HeaderClassName
{
color: #609F69;
}
.AnyTagClassName
{
color: #609F69;
}
</style>
background-color css
<style>
a { background-color: #609F69; }
a { background-color: rgb(96,159,105); }
div.DivClassName
{
background-color: #609F69;
}
.BgClassName
{
background-color: #609F69;
}
</style>
border-color css
<style>
span { border-color: #609F69; }
span { border-color: rgb(96,159,105); }
td.TdClassName
{
border-color: #609F69;
}
.TagClassName
{
border-color: #609F69;
}
</style>