Shades of Oxley #5A9368
Tints of Oxley #5A9368
RGB
CMYK
RGB Variations
Color information
#5A9368 (or 0x5A9368) is known color: Oxley. HEX triplet: 5A, 93 and 68. RGB value is (90,147,104). Sum of RGB (Red+Green+Blue) = 90+147+104=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #5A9368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9368 is #A56C97. Grayscale: #7D7D7D. Windows color (decimal): -10841240 or 6853466. OLE color: 6853466.
HSL color Cylindrical-coordinate representation of color #5A9368: hue angle of 134.74º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A9368 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 147 | 104 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.42 |
| HSL | 134.74º | 0.24% | 0.46% | - |
| HSV(B) | 134.74º | 0.39% | 0.58% | - |
| XYZ | 17.15 | 24.04 | 16.83 | - |
| YUV | 125.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 147 | 104 | 0.39 | 0 | 0.29 | 0.42 | 134.74 | 0.24 | 0.46 |
| Hex | 5A | 93 | 68 | 27 | 0 | 1D | 2A | 87 | 18 | 2E |
| Octal | 132 | 223 | 150 | 47 | 0 | 35 | 52 | 207 | 30 | 56 |
| Binary | 1011010 | 10010011 | 1101000 | 100111 | 0 | 11101 | 101010 | 10000111 | 11000 | 101110 |
Color Harmonies of #5A9368
Complementary color
Monochromatic Colors of #5A9368
Black with #5A9368
Text Example
Text Example
White with #5A9368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9368; }
p { color: rgb(90,147,104); }
H1.HeaderClassName
{
color: #5A9368;
}
.AnyTagClassName
{
color: #5A9368;
}
</style>
background-color css
<style>
a { background-color: #5A9368; }
a { background-color: rgb(90,147,104); }
div.DivClassName
{
background-color: #5A9368;
}
.BgClassName
{
background-color: #5A9368;
}
</style>
border-color css
<style>
span { border-color: #5A9368; }
span { border-color: rgb(90,147,104); }
td.TdClassName
{
border-color: #5A9368;
}
.TagClassName
{
border-color: #5A9368;
}
</style>