Shades of Oxley #61916D
Tints of Oxley #61916D
RGB
CMYK
RGB Variations
Color information
#61916D (or 0x61916D) is known color: Oxley. HEX triplet: 61, 91 and 6D. RGB value is (97,145,109). Sum of RGB (Red+Green+Blue) = 97+145+109=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #61916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61916D is #9E6E92. Grayscale: #7E7E7E. Windows color (decimal): -10382995 or 7180641. OLE color: 7180641.
HSL color Cylindrical-coordinate representation of color #61916D: hue angle of 135º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61916D is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 145 | 109 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.43 |
| HSL | 135º | 0.2% | 0.47% | - |
| HSV(B) | 135º | 0.33% | 0.57% | - |
| XYZ | 17.82 | 23.9 | 18.14 | - |
| YUV | 126.54 | 118.1 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 145 | 109 | 0.33 | 0 | 0.25 | 0.43 | 135 | 0.2 | 0.47 |
| Hex | 61 | 91 | 6D | 21 | 0 | 19 | 2B | 87 | 14 | 2F |
| Octal | 141 | 221 | 155 | 41 | 0 | 31 | 53 | 207 | 24 | 57 |
| Binary | 1100001 | 10010001 | 1101101 | 100001 | 0 | 11001 | 101011 | 10000111 | 10100 | 101111 |
Color Harmonies of #61916D
Complementary color
Monochromatic Colors of #61916D
Black with #61916D
Text Example
Text Example
White with #61916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61916D; }
p { color: rgb(97,145,109); }
H1.HeaderClassName
{
color: #61916D;
}
.AnyTagClassName
{
color: #61916D;
}
</style>
background-color css
<style>
a { background-color: #61916D; }
a { background-color: rgb(97,145,109); }
div.DivClassName
{
background-color: #61916D;
}
.BgClassName
{
background-color: #61916D;
}
</style>
border-color css
<style>
span { border-color: #61916D; }
span { border-color: rgb(97,145,109); }
td.TdClassName
{
border-color: #61916D;
}
.TagClassName
{
border-color: #61916D;
}
</style>