Shades of Oxley #5D936A
Tints of Oxley #5D936A
RGB
CMYK
RGB Variations
Color information
#5D936A (or 0x5D936A) is known color: Oxley. HEX triplet: 5D, 93 and 6A. RGB value is (93,147,106). Sum of RGB (Red+Green+Blue) = 93+147+106=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #5D936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D936A is #A26C95. Grayscale: #7E7E7E. Windows color (decimal): -10644630 or 6984541. OLE color: 6984541.
HSL color Cylindrical-coordinate representation of color #5D936A: hue angle of 134.44º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D936A is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 147 | 106 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.42 |
| HSL | 134.44º | 0.23% | 0.47% | - |
| HSV(B) | 134.44º | 0.37% | 0.58% | - |
| XYZ | 17.55 | 24.24 | 17.39 | - |
| YUV | 126.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 147 | 106 | 0.37 | 0 | 0.28 | 0.42 | 134.44 | 0.23 | 0.47 |
| Hex | 5D | 93 | 6A | 25 | 0 | 1C | 2A | 86 | 16 | 2F |
| Octal | 135 | 223 | 152 | 45 | 0 | 34 | 52 | 206 | 26 | 57 |
| Binary | 1011101 | 10010011 | 1101010 | 100101 | 0 | 11100 | 101010 | 10000110 | 10110 | 101111 |
Color Harmonies of #5D936A
Complementary color
Monochromatic Colors of #5D936A
Black with #5D936A
Text Example
Text Example
White with #5D936A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D936A; }
p { color: rgb(93,147,106); }
H1.HeaderClassName
{
color: #5D936A;
}
.AnyTagClassName
{
color: #5D936A;
}
</style>
background-color css
<style>
a { background-color: #5D936A; }
a { background-color: rgb(93,147,106); }
div.DivClassName
{
background-color: #5D936A;
}
.BgClassName
{
background-color: #5D936A;
}
</style>
border-color css
<style>
span { border-color: #5D936A; }
span { border-color: rgb(93,147,106); }
td.TdClassName
{
border-color: #5D936A;
}
.TagClassName
{
border-color: #5D936A;
}
</style>