Shades of Oxley #61926D
Tints of Oxley #61926D
RGB
CMYK
RGB Variations
Color information
#61926D (or 0x61926D) is known color: Oxley. HEX triplet: 61, 92 and 6D. RGB value is (97,146,109). Sum of RGB (Red+Green+Blue) = 97+146+109=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #61926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61926D is #9E6D92. Grayscale: #7F7F7F. Windows color (decimal): -10382739 or 7180897. OLE color: 7180897.
HSL color Cylindrical-coordinate representation of color #61926D: hue angle of 134.69º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61926D is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 146 | 109 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.43 |
| HSL | 134.69º | 0.2% | 0.48% | - |
| HSV(B) | 134.69º | 0.34% | 0.57% | - |
| XYZ | 17.97 | 24.2 | 18.19 | - |
| YUV | 127.13 | 117.77 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 109 | 0.34 | 0 | 0.25 | 0.43 | 134.69 | 0.2 | 0.48 |
| Hex | 61 | 92 | 6D | 22 | 0 | 19 | 2B | 87 | 14 | 30 |
| Octal | 141 | 222 | 155 | 42 | 0 | 31 | 53 | 207 | 24 | 60 |
| Binary | 1100001 | 10010010 | 1101101 | 100010 | 0 | 11001 | 101011 | 10000111 | 10100 | 110000 |
Color Harmonies of #61926D
Complementary color
Monochromatic Colors of #61926D
Black with #61926D
Text Example
Text Example
White with #61926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61926D; }
p { color: rgb(97,146,109); }
H1.HeaderClassName
{
color: #61926D;
}
.AnyTagClassName
{
color: #61926D;
}
</style>
background-color css
<style>
a { background-color: #61926D; }
a { background-color: rgb(97,146,109); }
div.DivClassName
{
background-color: #61926D;
}
.BgClassName
{
background-color: #61926D;
}
</style>
border-color css
<style>
span { border-color: #61926D; }
span { border-color: rgb(97,146,109); }
td.TdClassName
{
border-color: #61926D;
}
.TagClassName
{
border-color: #61926D;
}
</style>