Shades of Oxley #60926F
Tints of Oxley #60926F
RGB
CMYK
RGB Variations
Color information
#60926F (or 0x60926F) is known color: Oxley. HEX triplet: 60, 92 and 6F. RGB value is (96,146,111). Sum of RGB (Red+Green+Blue) = 96+146+111=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #60926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60926F is #9F6D90. Grayscale: #7F7F7F. Windows color (decimal): -10448273 or 7311968. OLE color: 7311968.
HSL color Cylindrical-coordinate representation of color #60926F: hue angle of 138º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60926F is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 146 | 111 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.43 |
| HSL | 138º | 0.21% | 0.47% | - |
| HSV(B) | 138º | 0.34% | 0.57% | - |
| XYZ | 17.97 | 24.19 | 18.76 | - |
| YUV | 127.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 146 | 111 | 0.34 | 0 | 0.24 | 0.43 | 138 | 0.21 | 0.47 |
| Hex | 60 | 92 | 6F | 22 | 0 | 18 | 2B | 8A | 15 | 2F |
| Octal | 140 | 222 | 157 | 42 | 0 | 30 | 53 | 212 | 25 | 57 |
| Binary | 1100000 | 10010010 | 1101111 | 100010 | 0 | 11000 | 101011 | 10001010 | 10101 | 101111 |
Color Harmonies of #60926F
Complementary color
Monochromatic Colors of #60926F
Black with #60926F
Text Example
Text Example
White with #60926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60926F; }
p { color: rgb(96,146,111); }
H1.HeaderClassName
{
color: #60926F;
}
.AnyTagClassName
{
color: #60926F;
}
</style>
background-color css
<style>
a { background-color: #60926F; }
a { background-color: rgb(96,146,111); }
div.DivClassName
{
background-color: #60926F;
}
.BgClassName
{
background-color: #60926F;
}
</style>
border-color css
<style>
span { border-color: #60926F; }
span { border-color: rgb(96,146,111); }
td.TdClassName
{
border-color: #60926F;
}
.TagClassName
{
border-color: #60926F;
}
</style>