Shades of Olivine #9DBF63
Tints of Olivine #9DBF63
RGB
CMYK
RGB Variations
Color information
#9DBF63 (or 0x9DBF63) is known color: Olivine. HEX triplet: 9D, BF and 63. RGB value is (157,191,99). Sum of RGB (Red+Green+Blue) = 157+191+99=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBF63 is #62409C. Grayscale: #AAAAAA. Windows color (decimal): -6439069 or 6537117. OLE color: 6537117.
HSL color Cylindrical-coordinate representation of color #9DBF63: hue angle of 82.17º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DBF63 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 99 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.25 |
| HSL | 82.17º | 0.42% | 0.57% | - |
| HSV(B) | 82.17º | 0.48% | 0.75% | - |
| XYZ | 34.79 | 45.33 | 18.72 | - |
| YUV | 170.35 | 87.74 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 99 | 0.18 | 0 | 0.48 | 0.25 | 82.17 | 0.42 | 0.57 |
| Hex | 9D | BF | 63 | 12 | 0 | 30 | 19 | 52 | 2A | 39 |
| Octal | 235 | 277 | 143 | 22 | 0 | 60 | 31 | 122 | 52 | 71 |
| Binary | 10011101 | 10111111 | 1100011 | 10010 | 0 | 110000 | 11001 | 1010010 | 101010 | 111001 |
Color Harmonies of #9DBF63
Complementary color
Monochromatic Colors of #9DBF63
Black with #9DBF63
Text Example
Text Example
White with #9DBF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF63; }
p { color: rgb(157,191,99); }
H1.HeaderClassName
{
color: #9DBF63;
}
.AnyTagClassName
{
color: #9DBF63;
}
</style>
background-color css
<style>
a { background-color: #9DBF63; }
a { background-color: rgb(157,191,99); }
div.DivClassName
{
background-color: #9DBF63;
}
.BgClassName
{
background-color: #9DBF63;
}
</style>
border-color css
<style>
span { border-color: #9DBF63; }
span { border-color: rgb(157,191,99); }
td.TdClassName
{
border-color: #9DBF63;
}
.TagClassName
{
border-color: #9DBF63;
}
</style>