Shades of Olivine #9DBF57
Tints of Olivine #9DBF57
RGB
CMYK
RGB Variations
Color information
#9DBF57 (or 0x9DBF57) is known color: Olivine. HEX triplet: 9D, BF and 57. RGB value is (157,191,87). Sum of RGB (Red+Green+Blue) = 157+191+87=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBF57 is #6240A8. Grayscale: #A9A9A9. Windows color (decimal): -6439081 or 5750685. OLE color: 5750685.
HSL color Cylindrical-coordinate representation of color #9DBF57: hue angle of 79.62º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DBF57 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 87 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.25 |
| HSL | 79.62º | 0.45% | 0.55% | - |
| HSV(B) | 79.62º | 0.54% | 0.75% | - |
| XYZ | 34.26 | 45.12 | 15.92 | - |
| YUV | 168.98 | 81.74 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 87 | 0.18 | 0 | 0.54 | 0.25 | 79.62 | 0.45 | 0.55 |
| Hex | 9D | BF | 57 | 12 | 0 | 36 | 19 | 50 | 2D | 37 |
| Octal | 235 | 277 | 127 | 22 | 0 | 66 | 31 | 120 | 55 | 67 |
| Binary | 10011101 | 10111111 | 1010111 | 10010 | 0 | 110110 | 11001 | 1010000 | 101101 | 110111 |
Color Harmonies of #9DBF57
Complementary color
Monochromatic Colors of #9DBF57
Black with #9DBF57
Text Example
Text Example
White with #9DBF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF57; }
p { color: rgb(157,191,87); }
H1.HeaderClassName
{
color: #9DBF57;
}
.AnyTagClassName
{
color: #9DBF57;
}
</style>
background-color css
<style>
a { background-color: #9DBF57; }
a { background-color: rgb(157,191,87); }
div.DivClassName
{
background-color: #9DBF57;
}
.BgClassName
{
background-color: #9DBF57;
}
</style>
border-color css
<style>
span { border-color: #9DBF57; }
span { border-color: rgb(157,191,87); }
td.TdClassName
{
border-color: #9DBF57;
}
.TagClassName
{
border-color: #9DBF57;
}
</style>