Shades of Oxley #5A8F69
Tints of Oxley #5A8F69
RGB
CMYK
RGB Variations
Color information
#5A8F69 (or 0x5A8F69) is known color: Oxley. HEX triplet: 5A, 8F and 69. RGB value is (90,143,105). Sum of RGB (Red+Green+Blue) = 90+143+105=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 143 - color contains mainly: green. Hex color #5A8F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8F69 is #A57096. Grayscale: #7A7A7A. Windows color (decimal): -10842263 or 6917978. OLE color: 6917978.
HSL color Cylindrical-coordinate representation of color #5A8F69: hue angle of 136.98º 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 #5A8F69 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 143 | 105 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.44 |
| HSL | 136.98º | 0.23% | 0.46% | - |
| HSV(B) | 136.98º | 0.37% | 0.56% | - |
| XYZ | 16.59 | 22.84 | 16.9 | - |
| YUV | 122.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 143 | 105 | 0.37 | 0 | 0.27 | 0.44 | 136.98 | 0.23 | 0.46 |
| Hex | 5A | 8F | 69 | 25 | 0 | 1B | 2C | 89 | 17 | 2E |
| Octal | 132 | 217 | 151 | 45 | 0 | 33 | 54 | 211 | 27 | 56 |
| Binary | 1011010 | 10001111 | 1101001 | 100101 | 0 | 11011 | 101100 | 10001001 | 10111 | 101110 |
Color Harmonies of #5A8F69
Complementary color
Monochromatic Colors of #5A8F69
Black with #5A8F69
Text Example
Text Example
White with #5A8F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8F69; }
p { color: rgb(90,143,105); }
H1.HeaderClassName
{
color: #5A8F69;
}
.AnyTagClassName
{
color: #5A8F69;
}
</style>
background-color css
<style>
a { background-color: #5A8F69; }
a { background-color: rgb(90,143,105); }
div.DivClassName
{
background-color: #5A8F69;
}
.BgClassName
{
background-color: #5A8F69;
}
</style>
border-color css
<style>
span { border-color: #5A8F69; }
span { border-color: rgb(90,143,105); }
td.TdClassName
{
border-color: #5A8F69;
}
.TagClassName
{
border-color: #5A8F69;
}
</style>