Shades of Oxley #61996D
Tints of Oxley #61996D
RGB
CMYK
RGB Variations
Color information
#61996D (or 0x61996D) is known color: Oxley. HEX triplet: 61, 99 and 6D. RGB value is (97,153,109). Sum of RGB (Red+Green+Blue) = 97+153+109=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #61996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61996D is #9E6692. Grayscale: #838383. Windows color (decimal): -10380947 or 7182689. OLE color: 7182689.
HSL color Cylindrical-coordinate representation of color #61996D: hue angle of 132.86º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61996D is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 97 | 153 | 109 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.4 |
| HSL | 132.86º | 0.22% | 0.49% | - |
| HSV(B) | 132.86º | 0.37% | 0.6% | - |
| XYZ | 19.08 | 26.43 | 18.56 | - |
| YUV | 131.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 153 | 109 | 0.37 | 0 | 0.29 | 0.4 | 132.86 | 0.22 | 0.49 |
| Hex | 61 | 99 | 6D | 25 | 0 | 1D | 28 | 85 | 16 | 31 |
| Octal | 141 | 231 | 155 | 45 | 0 | 35 | 50 | 205 | 26 | 61 |
| Binary | 1100001 | 10011001 | 1101101 | 100101 | 0 | 11101 | 101000 | 10000101 | 10110 | 110001 |
Color Harmonies of #61996D
Complementary color
Monochromatic Colors of #61996D
Black with #61996D
Text Example
Text Example
White with #61996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61996D; }
p { color: rgb(97,153,109); }
H1.HeaderClassName
{
color: #61996D;
}
.AnyTagClassName
{
color: #61996D;
}
</style>
background-color css
<style>
a { background-color: #61996D; }
a { background-color: rgb(97,153,109); }
div.DivClassName
{
background-color: #61996D;
}
.BgClassName
{
background-color: #61996D;
}
</style>
border-color css
<style>
span { border-color: #61996D; }
span { border-color: rgb(97,153,109); }
td.TdClassName
{
border-color: #61996D;
}
.TagClassName
{
border-color: #61996D;
}
</style>