Shades of Oxley #5C9D67
Tints of Oxley #5C9D67
RGB
CMYK
RGB Variations
Color information
#5C9D67 (or 0x5C9D67) is known color: Oxley. HEX triplet: 5C, 9D and 67. RGB value is (92,157,103). Sum of RGB (Red+Green+Blue) = 92+157+103=352 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.14% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #5C9D67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9D67 is #A36298. Grayscale: #838383. Windows color (decimal): -10707609 or 6790492. OLE color: 6790492.
HSL color Cylindrical-coordinate representation of color #5C9D67: hue angle of 130.15º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C9D67 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 157 | 103 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.38 |
| HSL | 130.15º | 0.26% | 0.49% | - |
| HSV(B) | 130.15º | 0.41% | 0.62% | - |
| XYZ | 18.92 | 27.37 | 17.12 | - |
| YUV | 131.41 | 111.97 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 157 | 103 | 0.41 | 0 | 0.34 | 0.38 | 130.15 | 0.26 | 0.49 |
| Hex | 5C | 9D | 67 | 29 | 0 | 22 | 26 | 82 | 1A | 31 |
| Octal | 134 | 235 | 147 | 51 | 0 | 42 | 46 | 202 | 32 | 61 |
| Binary | 1011100 | 10011101 | 1100111 | 101001 | 0 | 100010 | 100110 | 10000010 | 11010 | 110001 |
Color Harmonies of #5C9D67
Complementary color
Monochromatic Colors of #5C9D67
Black with #5C9D67
Text Example
Text Example
White with #5C9D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9D67; }
p { color: rgb(92,157,103); }
H1.HeaderClassName
{
color: #5C9D67;
}
.AnyTagClassName
{
color: #5C9D67;
}
</style>
background-color css
<style>
a { background-color: #5C9D67; }
a { background-color: rgb(92,157,103); }
div.DivClassName
{
background-color: #5C9D67;
}
.BgClassName
{
background-color: #5C9D67;
}
</style>
border-color css
<style>
span { border-color: #5C9D67; }
span { border-color: rgb(92,157,103); }
td.TdClassName
{
border-color: #5C9D67;
}
.TagClassName
{
border-color: #5C9D67;
}
</style>