Shades of Oxley #609F6B
Tints of Oxley #609F6B
RGB
CMYK
RGB Variations
Color information
#609F6B (or 0x609F6B) is known color: Oxley. HEX triplet: 60, 9F and 6B. RGB value is (96,159,107). Sum of RGB (Red+Green+Blue) = 96+159+107=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 159 - color contains mainly: green. Hex color #609F6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609F6B is #9F6094. Grayscale: #868686. Windows color (decimal): -10444949 or 7053152. OLE color: 7053152.
HSL color Cylindrical-coordinate representation of color #609F6B: hue angle of 130.48º 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 #609F6B is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 159 | 107 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.38 |
| HSL | 130.48º | 0.25% | 0.5% | - |
| HSV(B) | 130.48º | 0.4% | 0.62% | - |
| XYZ | 19.88 | 28.34 | 18.33 | - |
| YUV | 134.24 | 112.63 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 107 | 0.40 | 0 | 0.33 | 0.38 | 130.48 | 0.25 | 0.5 |
| Hex | 60 | 9F | 6B | 28 | 0 | 21 | 26 | 82 | 19 | 32 |
| Octal | 140 | 237 | 153 | 50 | 0 | 41 | 46 | 202 | 31 | 62 |
| Binary | 1100000 | 10011111 | 1101011 | 101000 | 0 | 100001 | 100110 | 10000010 | 11001 | 110010 |
Color Harmonies of #609F6B
Complementary color
Monochromatic Colors of #609F6B
Black with #609F6B
Text Example
Text Example
White with #609F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609F6B; }
p { color: rgb(96,159,107); }
H1.HeaderClassName
{
color: #609F6B;
}
.AnyTagClassName
{
color: #609F6B;
}
</style>
background-color css
<style>
a { background-color: #609F6B; }
a { background-color: rgb(96,159,107); }
div.DivClassName
{
background-color: #609F6B;
}
.BgClassName
{
background-color: #609F6B;
}
</style>
border-color css
<style>
span { border-color: #609F6B; }
span { border-color: rgb(96,159,107); }
td.TdClassName
{
border-color: #609F6B;
}
.TagClassName
{
border-color: #609F6B;
}
</style>