Shades of Oxley #5C9869
Tints of Oxley #5C9869
RGB
CMYK
RGB Variations
Color information
#5C9869 (or 0x5C9869) is known color: Oxley. HEX triplet: 5C, 98 and 69. RGB value is (92,152,105). Sum of RGB (Red+Green+Blue) = 92+152+105=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #5C9869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9869 is #A36796. Grayscale: #808080. Windows color (decimal): -10708887 or 6920284. OLE color: 6920284.
HSL color Cylindrical-coordinate representation of color #5C9869: hue angle of 133º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C9869 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 152 | 105 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.40 |
| HSL | 133º | 0.25% | 0.48% | - |
| HSV(B) | 133º | 0.39% | 0.6% | - |
| XYZ | 18.19 | 25.75 | 17.38 | - |
| YUV | 128.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 152 | 105 | 0.39 | 0 | 0.31 | 0.40 | 133 | 0.25 | 0.48 |
| Hex | 5C | 98 | 69 | 27 | 0 | 1F | 28 | 85 | 19 | 30 |
| Octal | 134 | 230 | 151 | 47 | 0 | 37 | 50 | 205 | 31 | 60 |
| Binary | 1011100 | 10011000 | 1101001 | 100111 | 0 | 11111 | 101000 | 10000101 | 11001 | 110000 |
Color Harmonies of #5C9869
Complementary color
Monochromatic Colors of #5C9869
Black with #5C9869
Text Example
Text Example
White with #5C9869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9869; }
p { color: rgb(92,152,105); }
H1.HeaderClassName
{
color: #5C9869;
}
.AnyTagClassName
{
color: #5C9869;
}
</style>
background-color css
<style>
a { background-color: #5C9869; }
a { background-color: rgb(92,152,105); }
div.DivClassName
{
background-color: #5C9869;
}
.BgClassName
{
background-color: #5C9869;
}
</style>
border-color css
<style>
span { border-color: #5C9869; }
span { border-color: rgb(92,152,105); }
td.TdClassName
{
border-color: #5C9869;
}
.TagClassName
{
border-color: #5C9869;
}
</style>