Shades of Oxley #5A8F6D
Tints of Oxley #5A8F6D
RGB
CMYK
RGB Variations
Color information
#5A8F6D (or 0x5A8F6D) is known color: Oxley. HEX triplet: 5A, 8F and 6D. RGB value is (90,143,109). Sum of RGB (Red+Green+Blue) = 90+143+109=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 143 - color contains mainly: green. Hex color #5A8F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8F6D is #A57092. Grayscale: #7B7B7B. Windows color (decimal): -10842259 or 7180122. OLE color: 7180122.
HSL color Cylindrical-coordinate representation of color #5A8F6D: hue angle of 141.51º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A8F6D is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 143 | 109 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.44 |
| HSL | 141.51º | 0.23% | 0.46% | - |
| HSV(B) | 141.51º | 0.37% | 0.56% | - |
| XYZ | 16.8 | 22.92 | 18.01 | - |
| YUV | 123.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 143 | 109 | 0.37 | 0 | 0.24 | 0.44 | 141.51 | 0.23 | 0.46 |
| Hex | 5A | 8F | 6D | 25 | 0 | 18 | 2C | 8E | 17 | 2E |
| Octal | 132 | 217 | 155 | 45 | 0 | 30 | 54 | 216 | 27 | 56 |
| Binary | 1011010 | 10001111 | 1101101 | 100101 | 0 | 11000 | 101100 | 10001110 | 10111 | 101110 |
Color Harmonies of #5A8F6D
Complementary color
Monochromatic Colors of #5A8F6D
Black with #5A8F6D
Text Example
Text Example
White with #5A8F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8F6D; }
p { color: rgb(90,143,109); }
H1.HeaderClassName
{
color: #5A8F6D;
}
.AnyTagClassName
{
color: #5A8F6D;
}
</style>
background-color css
<style>
a { background-color: #5A8F6D; }
a { background-color: rgb(90,143,109); }
div.DivClassName
{
background-color: #5A8F6D;
}
.BgClassName
{
background-color: #5A8F6D;
}
</style>
border-color css
<style>
span { border-color: #5A8F6D; }
span { border-color: rgb(90,143,109); }
td.TdClassName
{
border-color: #5A8F6D;
}
.TagClassName
{
border-color: #5A8F6D;
}
</style>