Shades of Oxley #61906E
Tints of Oxley #61906E
RGB
CMYK
RGB Variations
Color information
#61906E (or 0x61906E) is known color: Oxley. HEX triplet: 61, 90 and 6E. RGB value is (97,144,110). Sum of RGB (Red+Green+Blue) = 97+144+110=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #61906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61906E is #9E6F91. Grayscale: #7E7E7E. Windows color (decimal): -10383250 or 7245921. OLE color: 7245921.
HSL color Cylindrical-coordinate representation of color #61906E: hue angle of 136.6º 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 #61906E is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 144 | 110 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.44 |
| HSL | 136.6º | 0.2% | 0.47% | - |
| HSV(B) | 136.6º | 0.33% | 0.56% | - |
| XYZ | 17.72 | 23.61 | 18.38 | - |
| YUV | 126.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 110 | 0.33 | 0 | 0.24 | 0.44 | 136.6 | 0.2 | 0.47 |
| Hex | 61 | 90 | 6E | 21 | 0 | 18 | 2C | 89 | 14 | 2F |
| Octal | 141 | 220 | 156 | 41 | 0 | 30 | 54 | 211 | 24 | 57 |
| Binary | 1100001 | 10010000 | 1101110 | 100001 | 0 | 11000 | 101100 | 10001001 | 10100 | 101111 |
Color Harmonies of #61906E
Complementary color
Monochromatic Colors of #61906E
Black with #61906E
Text Example
Text Example
White with #61906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61906E; }
p { color: rgb(97,144,110); }
H1.HeaderClassName
{
color: #61906E;
}
.AnyTagClassName
{
color: #61906E;
}
</style>
background-color css
<style>
a { background-color: #61906E; }
a { background-color: rgb(97,144,110); }
div.DivClassName
{
background-color: #61906E;
}
.BgClassName
{
background-color: #61906E;
}
</style>
border-color css
<style>
span { border-color: #61906E; }
span { border-color: rgb(97,144,110); }
td.TdClassName
{
border-color: #61906E;
}
.TagClassName
{
border-color: #61906E;
}
</style>