Shades of Oxley #5F9B69
Tints of Oxley #5F9B69
RGB
CMYK
RGB Variations
Color information
#5F9B69 (or 0x5F9B69) is known color: Oxley. HEX triplet: 5F, 9B and 69. RGB value is (95,155,105). Sum of RGB (Red+Green+Blue) = 95+155+105=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #5F9B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9B69 is #A06496. Grayscale: #838383. Windows color (decimal): -10511511 or 6921055. OLE color: 6921055.
HSL color Cylindrical-coordinate representation of color #5F9B69: hue angle of 130º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F9B69 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 155 | 105 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.39 |
| HSL | 130º | 0.24% | 0.49% | - |
| HSV(B) | 130º | 0.39% | 0.61% | - |
| XYZ | 18.99 | 26.9 | 17.56 | - |
| YUV | 131.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 155 | 105 | 0.39 | 0 | 0.32 | 0.39 | 130 | 0.24 | 0.49 |
| Hex | 5F | 9B | 69 | 27 | 0 | 20 | 27 | 82 | 18 | 31 |
| Octal | 137 | 233 | 151 | 47 | 0 | 40 | 47 | 202 | 30 | 61 |
| Binary | 1011111 | 10011011 | 1101001 | 100111 | 0 | 100000 | 100111 | 10000010 | 11000 | 110001 |
Color Harmonies of #5F9B69
Complementary color
Monochromatic Colors of #5F9B69
Black with #5F9B69
Text Example
Text Example
White with #5F9B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9B69; }
p { color: rgb(95,155,105); }
H1.HeaderClassName
{
color: #5F9B69;
}
.AnyTagClassName
{
color: #5F9B69;
}
</style>
background-color css
<style>
a { background-color: #5F9B69; }
a { background-color: rgb(95,155,105); }
div.DivClassName
{
background-color: #5F9B69;
}
.BgClassName
{
background-color: #5F9B69;
}
</style>
border-color css
<style>
span { border-color: #5F9B69; }
span { border-color: rgb(95,155,105); }
td.TdClassName
{
border-color: #5F9B69;
}
.TagClassName
{
border-color: #5F9B69;
}
</style>