Shades of Oxley #60916E
Tints of Oxley #60916E
RGB
CMYK
RGB Variations
Color information
#60916E (or 0x60916E) is known color: Oxley. HEX triplet: 60, 91 and 6E. RGB value is (96,145,110). Sum of RGB (Red+Green+Blue) = 96+145+110=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #60916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60916E is #9F6E91. Grayscale: #7E7E7E. Windows color (decimal): -10448530 or 7246176. OLE color: 7246176.
HSL color Cylindrical-coordinate representation of color #60916E: hue angle of 137.14º 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 #60916E is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 145 | 110 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.43 |
| HSL | 137.14º | 0.2% | 0.47% | - |
| HSV(B) | 137.14º | 0.34% | 0.57% | - |
| XYZ | 17.76 | 23.86 | 18.42 | - |
| YUV | 126.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 110 | 0.34 | 0 | 0.24 | 0.43 | 137.14 | 0.2 | 0.47 |
| Hex | 60 | 91 | 6E | 22 | 0 | 18 | 2B | 89 | 14 | 2F |
| Octal | 140 | 221 | 156 | 42 | 0 | 30 | 53 | 211 | 24 | 57 |
| Binary | 1100000 | 10010001 | 1101110 | 100010 | 0 | 11000 | 101011 | 10001001 | 10100 | 101111 |
Color Harmonies of #60916E
Complementary color
Monochromatic Colors of #60916E
Black with #60916E
Text Example
Text Example
White with #60916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60916E; }
p { color: rgb(96,145,110); }
H1.HeaderClassName
{
color: #60916E;
}
.AnyTagClassName
{
color: #60916E;
}
</style>
background-color css
<style>
a { background-color: #60916E; }
a { background-color: rgb(96,145,110); }
div.DivClassName
{
background-color: #60916E;
}
.BgClassName
{
background-color: #60916E;
}
</style>
border-color css
<style>
span { border-color: #60916E; }
span { border-color: rgb(96,145,110); }
td.TdClassName
{
border-color: #60916E;
}
.TagClassName
{
border-color: #60916E;
}
</style>