Shades of Oxley #61996B
Tints of Oxley #61996B
RGB
CMYK
RGB Variations
Color information
#61996B (or 0x61996B) is known color: Oxley. HEX triplet: 61, 99 and 6B. RGB value is (97,153,107). Sum of RGB (Red+Green+Blue) = 97+153+107=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #61996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61996B is #9E6694. Grayscale: #838383. Windows color (decimal): -10380949 or 7051617. OLE color: 7051617.
HSL color Cylindrical-coordinate representation of color #61996B: hue angle of 130.71º 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 #61996B is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 97 | 153 | 107 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.4 |
| HSL | 130.71º | 0.22% | 0.49% | - |
| HSV(B) | 130.71º | 0.37% | 0.6% | - |
| XYZ | 18.97 | 26.39 | 18 | - |
| YUV | 131.01 | 114.45 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 153 | 107 | 0.37 | 0 | 0.30 | 0.4 | 130.71 | 0.22 | 0.49 |
| Hex | 61 | 99 | 6B | 25 | 0 | 1E | 28 | 83 | 16 | 31 |
| Octal | 141 | 231 | 153 | 45 | 0 | 36 | 50 | 203 | 26 | 61 |
| Binary | 1100001 | 10011001 | 1101011 | 100101 | 0 | 11110 | 101000 | 10000011 | 10110 | 110001 |
Color Harmonies of #61996B
Complementary color
Monochromatic Colors of #61996B
Black with #61996B
Text Example
Text Example
White with #61996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61996B; }
p { color: rgb(97,153,107); }
H1.HeaderClassName
{
color: #61996B;
}
.AnyTagClassName
{
color: #61996B;
}
</style>
background-color css
<style>
a { background-color: #61996B; }
a { background-color: rgb(97,153,107); }
div.DivClassName
{
background-color: #61996B;
}
.BgClassName
{
background-color: #61996B;
}
</style>
border-color css
<style>
span { border-color: #61996B; }
span { border-color: rgb(97,153,107); }
td.TdClassName
{
border-color: #61996B;
}
.TagClassName
{
border-color: #61996B;
}
</style>