Shades of Oxley #60916C
Tints of Oxley #60916C
RGB
CMYK
RGB Variations
Color information
#60916C (or 0x60916C) is known color: Oxley. HEX triplet: 60, 91 and 6C. RGB value is (96,145,108). Sum of RGB (Red+Green+Blue) = 96+145+108=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 145 - color contains mainly: green. Hex color #60916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60916C is #9F6E93. Grayscale: #7E7E7E. Windows color (decimal): -10448532 or 7115104. OLE color: 7115104.
HSL color Cylindrical-coordinate representation of color #60916C: hue angle of 134.69º degrees, saturation: 0.2, 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 #60916C is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 145 | 108 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.43 |
| HSL | 134.69º | 0.2% | 0.47% | - |
| HSV(B) | 134.69º | 0.34% | 0.57% | - |
| XYZ | 17.66 | 23.82 | 17.85 | - |
| YUV | 126.13 | 117.77 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 108 | 0.34 | 0 | 0.26 | 0.43 | 134.69 | 0.2 | 0.47 |
| Hex | 60 | 91 | 6C | 22 | 0 | 1A | 2B | 87 | 14 | 2F |
| Octal | 140 | 221 | 154 | 42 | 0 | 32 | 53 | 207 | 24 | 57 |
| Binary | 1100000 | 10010001 | 1101100 | 100010 | 0 | 11010 | 101011 | 10000111 | 10100 | 101111 |
Color Harmonies of #60916C
Complementary color
Monochromatic Colors of #60916C
Black with #60916C
Text Example
Text Example
White with #60916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60916C; }
p { color: rgb(96,145,108); }
H1.HeaderClassName
{
color: #60916C;
}
.AnyTagClassName
{
color: #60916C;
}
</style>
background-color css
<style>
a { background-color: #60916C; }
a { background-color: rgb(96,145,108); }
div.DivClassName
{
background-color: #60916C;
}
.BgClassName
{
background-color: #60916C;
}
</style>
border-color css
<style>
span { border-color: #60916C; }
span { border-color: rgb(96,145,108); }
td.TdClassName
{
border-color: #60916C;
}
.TagClassName
{
border-color: #60916C;
}
</style>