Shades of Oxley #60946F
Tints of Oxley #60946F
RGB
CMYK
RGB Variations
Color information
#60946F (or 0x60946F) is known color: Oxley. HEX triplet: 60, 94 and 6F. RGB value is (96,148,111). Sum of RGB (Red+Green+Blue) = 96+148+111=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #60946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60946F is #9F6B90. Grayscale: #808080. Windows color (decimal): -10447761 or 7312480. OLE color: 7312480.
HSL color Cylindrical-coordinate representation of color #60946F: hue angle of 137.31º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60946F is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 148 | 111 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.42 |
| HSL | 137.31º | 0.21% | 0.48% | - |
| HSV(B) | 137.31º | 0.35% | 0.58% | - |
| XYZ | 18.28 | 24.81 | 18.86 | - |
| YUV | 128.23 | 118.27 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 148 | 111 | 0.35 | 0 | 0.25 | 0.42 | 137.31 | 0.21 | 0.48 |
| Hex | 60 | 94 | 6F | 23 | 0 | 19 | 2A | 89 | 15 | 30 |
| Octal | 140 | 224 | 157 | 43 | 0 | 31 | 52 | 211 | 25 | 60 |
| Binary | 1100000 | 10010100 | 1101111 | 100011 | 0 | 11001 | 101010 | 10001001 | 10101 | 110000 |
Color Harmonies of #60946F
Complementary color
Monochromatic Colors of #60946F
Black with #60946F
Text Example
Text Example
White with #60946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60946F; }
p { color: rgb(96,148,111); }
H1.HeaderClassName
{
color: #60946F;
}
.AnyTagClassName
{
color: #60946F;
}
</style>
background-color css
<style>
a { background-color: #60946F; }
a { background-color: rgb(96,148,111); }
div.DivClassName
{
background-color: #60946F;
}
.BgClassName
{
background-color: #60946F;
}
</style>
border-color css
<style>
span { border-color: #60946F; }
span { border-color: rgb(96,148,111); }
td.TdClassName
{
border-color: #60946F;
}
.TagClassName
{
border-color: #60946F;
}
</style>