Shades of Olivine #9DBF5D
Tints of Olivine #9DBF5D
RGB
CMYK
RGB Variations
Color information
#9DBF5D (or 0x9DBF5D) is known color: Olivine. HEX triplet: 9D, BF and 5D. RGB value is (157,191,93). Sum of RGB (Red+Green+Blue) = 157+191+93=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBF5D is #6240A2. Grayscale: #AAAAAA. Windows color (decimal): -6439075 or 6143901. OLE color: 6143901.
HSL color Cylindrical-coordinate representation of color #9DBF5D: hue angle of 80.82º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DBF5D is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 93 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.25 |
| HSL | 80.82º | 0.43% | 0.56% | - |
| HSV(B) | 80.82º | 0.51% | 0.75% | - |
| XYZ | 34.51 | 45.22 | 17.27 | - |
| YUV | 169.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 93 | 0.18 | 0 | 0.51 | 0.25 | 80.82 | 0.43 | 0.56 |
| Hex | 9D | BF | 5D | 12 | 0 | 33 | 19 | 51 | 2B | 38 |
| Octal | 235 | 277 | 135 | 22 | 0 | 63 | 31 | 121 | 53 | 70 |
| Binary | 10011101 | 10111111 | 1011101 | 10010 | 0 | 110011 | 11001 | 1010001 | 101011 | 111000 |
Color Harmonies of #9DBF5D
Complementary color
Monochromatic Colors of #9DBF5D
Black with #9DBF5D
Text Example
Text Example
White with #9DBF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF5D; }
p { color: rgb(157,191,93); }
H1.HeaderClassName
{
color: #9DBF5D;
}
.AnyTagClassName
{
color: #9DBF5D;
}
</style>
background-color css
<style>
a { background-color: #9DBF5D; }
a { background-color: rgb(157,191,93); }
div.DivClassName
{
background-color: #9DBF5D;
}
.BgClassName
{
background-color: #9DBF5D;
}
</style>
border-color css
<style>
span { border-color: #9DBF5D; }
span { border-color: rgb(157,191,93); }
td.TdClassName
{
border-color: #9DBF5D;
}
.TagClassName
{
border-color: #9DBF5D;
}
</style>