Shades of Oxley #5F996A
Tints of Oxley #5F996A
RGB
CMYK
RGB Variations
Color information
#5F996A (or 0x5F996A) is known color: Oxley. HEX triplet: 5F, 99 and 6A. RGB value is (95,153,106). Sum of RGB (Red+Green+Blue) = 95+153+106=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #5F996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F996A is #A06695. Grayscale: #828282. Windows color (decimal): -10512022 or 6986079. OLE color: 6986079.
HSL color Cylindrical-coordinate representation of color #5F996A: hue angle of 131.38º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F996A is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 153 | 106 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.4 |
| HSL | 131.38º | 0.23% | 0.49% | - |
| HSV(B) | 131.38º | 0.38% | 0.6% | - |
| XYZ | 18.71 | 26.26 | 17.72 | - |
| YUV | 130.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 153 | 106 | 0.38 | 0 | 0.31 | 0.4 | 131.38 | 0.23 | 0.49 |
| Hex | 5F | 99 | 6A | 26 | 0 | 1F | 28 | 83 | 17 | 31 |
| Octal | 137 | 231 | 152 | 46 | 0 | 37 | 50 | 203 | 27 | 61 |
| Binary | 1011111 | 10011001 | 1101010 | 100110 | 0 | 11111 | 101000 | 10000011 | 10111 | 110001 |
Color Harmonies of #5F996A
Complementary color
Monochromatic Colors of #5F996A
Black with #5F996A
Text Example
Text Example
White with #5F996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F996A; }
p { color: rgb(95,153,106); }
H1.HeaderClassName
{
color: #5F996A;
}
.AnyTagClassName
{
color: #5F996A;
}
</style>
background-color css
<style>
a { background-color: #5F996A; }
a { background-color: rgb(95,153,106); }
div.DivClassName
{
background-color: #5F996A;
}
.BgClassName
{
background-color: #5F996A;
}
</style>
border-color css
<style>
span { border-color: #5F996A; }
span { border-color: rgb(95,153,106); }
td.TdClassName
{
border-color: #5F996A;
}
.TagClassName
{
border-color: #5F996A;
}
</style>