Shades of Oxley #5A926B
Tints of Oxley #5A926B
RGB
CMYK
RGB Variations
Color information
#5A926B (or 0x5A926B) is known color: Oxley. HEX triplet: 5A, 92 and 6B. RGB value is (90,146,107). Sum of RGB (Red+Green+Blue) = 90+146+107=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #5A926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A926B is #A56D94. Grayscale: #7C7C7C. Windows color (decimal): -10841493 or 7049818. OLE color: 7049818.
HSL color Cylindrical-coordinate representation of color #5A926B: hue angle of 138.21º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A926B is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 146 | 107 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.43 |
| HSL | 138.21º | 0.24% | 0.46% | - |
| HSV(B) | 138.21º | 0.38% | 0.57% | - |
| XYZ | 17.15 | 23.79 | 17.6 | - |
| YUV | 124.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 146 | 107 | 0.38 | 0 | 0.27 | 0.43 | 138.21 | 0.24 | 0.46 |
| Hex | 5A | 92 | 6B | 26 | 0 | 1B | 2B | 8A | 18 | 2E |
| Octal | 132 | 222 | 153 | 46 | 0 | 33 | 53 | 212 | 30 | 56 |
| Binary | 1011010 | 10010010 | 1101011 | 100110 | 0 | 11011 | 101011 | 10001010 | 11000 | 101110 |
Color Harmonies of #5A926B
Complementary color
Monochromatic Colors of #5A926B
Black with #5A926B
Text Example
Text Example
White with #5A926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A926B; }
p { color: rgb(90,146,107); }
H1.HeaderClassName
{
color: #5A926B;
}
.AnyTagClassName
{
color: #5A926B;
}
</style>
background-color css
<style>
a { background-color: #5A926B; }
a { background-color: rgb(90,146,107); }
div.DivClassName
{
background-color: #5A926B;
}
.BgClassName
{
background-color: #5A926B;
}
</style>
border-color css
<style>
span { border-color: #5A926B; }
span { border-color: rgb(90,146,107); }
td.TdClassName
{
border-color: #5A926B;
}
.TagClassName
{
border-color: #5A926B;
}
</style>