Shades of Oxley #61906D
Tints of Oxley #61906D
RGB
CMYK
RGB Variations
Color information
#61906D (or 0x61906D) is known color: Oxley. HEX triplet: 61, 90 and 6D. RGB value is (97,144,109). Sum of RGB (Red+Green+Blue) = 97+144+109=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #61906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61906D is #9E6F92. Grayscale: #7E7E7E. Windows color (decimal): -10383251 or 7180385. OLE color: 7180385.
HSL color Cylindrical-coordinate representation of color #61906D: hue angle of 135.32º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61906D is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 144 | 109 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.44 |
| HSL | 135.32º | 0.2% | 0.47% | - |
| HSV(B) | 135.32º | 0.33% | 0.56% | - |
| XYZ | 17.66 | 23.59 | 18.09 | - |
| YUV | 125.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 109 | 0.33 | 0 | 0.24 | 0.44 | 135.32 | 0.2 | 0.47 |
| Hex | 61 | 90 | 6D | 21 | 0 | 18 | 2C | 87 | 14 | 2F |
| Octal | 141 | 220 | 155 | 41 | 0 | 30 | 54 | 207 | 24 | 57 |
| Binary | 1100001 | 10010000 | 1101101 | 100001 | 0 | 11000 | 101100 | 10000111 | 10100 | 101111 |
Color Harmonies of #61906D
Complementary color
Monochromatic Colors of #61906D
Black with #61906D
Text Example
Text Example
White with #61906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61906D; }
p { color: rgb(97,144,109); }
H1.HeaderClassName
{
color: #61906D;
}
.AnyTagClassName
{
color: #61906D;
}
</style>
background-color css
<style>
a { background-color: #61906D; }
a { background-color: rgb(97,144,109); }
div.DivClassName
{
background-color: #61906D;
}
.BgClassName
{
background-color: #61906D;
}
</style>
border-color css
<style>
span { border-color: #61906D; }
span { border-color: rgb(97,144,109); }
td.TdClassName
{
border-color: #61906D;
}
.TagClassName
{
border-color: #61906D;
}
</style>