Shades of Oxley #5B946B
Tints of Oxley #5B946B
RGB
CMYK
RGB Variations
Color information
#5B946B (or 0x5B946B) is known color: Oxley. HEX triplet: 5B, 94 and 6B. RGB value is (91,148,107). Sum of RGB (Red+Green+Blue) = 91+148+107=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #5B946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B946B is #A46B94. Grayscale: #7E7E7E. Windows color (decimal): -10775445 or 7050331. OLE color: 7050331.
HSL color Cylindrical-coordinate representation of color #5B946B: hue angle of 136.84º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B946B is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 148 | 107 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.42 |
| HSL | 136.84º | 0.24% | 0.47% | - |
| HSV(B) | 136.84º | 0.39% | 0.58% | - |
| XYZ | 17.56 | 24.47 | 17.71 | - |
| YUV | 126.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 148 | 107 | 0.39 | 0 | 0.28 | 0.42 | 136.84 | 0.24 | 0.47 |
| Hex | 5B | 94 | 6B | 27 | 0 | 1C | 2A | 89 | 18 | 2F |
| Octal | 133 | 224 | 153 | 47 | 0 | 34 | 52 | 211 | 30 | 57 |
| Binary | 1011011 | 10010100 | 1101011 | 100111 | 0 | 11100 | 101010 | 10001001 | 11000 | 101111 |
Color Harmonies of #5B946B
Complementary color
Monochromatic Colors of #5B946B
Black with #5B946B
Text Example
Text Example
White with #5B946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B946B; }
p { color: rgb(91,148,107); }
H1.HeaderClassName
{
color: #5B946B;
}
.AnyTagClassName
{
color: #5B946B;
}
</style>
background-color css
<style>
a { background-color: #5B946B; }
a { background-color: rgb(91,148,107); }
div.DivClassName
{
background-color: #5B946B;
}
.BgClassName
{
background-color: #5B946B;
}
</style>
border-color css
<style>
span { border-color: #5B946B; }
span { border-color: rgb(91,148,107); }
td.TdClassName
{
border-color: #5B946B;
}
.TagClassName
{
border-color: #5B946B;
}
</style>