Shades of Oxley #609F74
Tints of Oxley #609F74
RGB
CMYK
RGB Variations
Color information
#609F74 (or 0x609F74) is known color: Oxley. HEX triplet: 60, 9F and 74. RGB value is (96,159,116). Sum of RGB (Red+Green+Blue) = 96+159+116=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #609F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609F74 is #9F608B. Grayscale: #878787. Windows color (decimal): -10444940 or 7642976. OLE color: 7642976.
HSL color Cylindrical-coordinate representation of color #609F74: hue angle of 139.05º 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 #609F74 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 159 | 116 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.38 |
| HSL | 139.05º | 0.25% | 0.5% | - |
| HSV(B) | 139.05º | 0.4% | 0.62% | - |
| XYZ | 20.37 | 28.54 | 20.96 | - |
| YUV | 135.26 | 117.13 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 116 | 0.40 | 0 | 0.27 | 0.38 | 139.05 | 0.25 | 0.5 |
| Hex | 60 | 9F | 74 | 28 | 0 | 1B | 26 | 8B | 19 | 32 |
| Octal | 140 | 237 | 164 | 50 | 0 | 33 | 46 | 213 | 31 | 62 |
| Binary | 1100000 | 10011111 | 1110100 | 101000 | 0 | 11011 | 100110 | 10001011 | 11001 | 110010 |
Color Harmonies of #609F74
Complementary color
Monochromatic Colors of #609F74
Black with #609F74
Text Example
Text Example
White with #609F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609F74; }
p { color: rgb(96,159,116); }
H1.HeaderClassName
{
color: #609F74;
}
.AnyTagClassName
{
color: #609F74;
}
</style>
background-color css
<style>
a { background-color: #609F74; }
a { background-color: rgb(96,159,116); }
div.DivClassName
{
background-color: #609F74;
}
.BgClassName
{
background-color: #609F74;
}
</style>
border-color css
<style>
span { border-color: #609F74; }
span { border-color: rgb(96,159,116); }
td.TdClassName
{
border-color: #609F74;
}
.TagClassName
{
border-color: #609F74;
}
</style>