Shades of Olivine #9DBF7D
Tints of Olivine #9DBF7D
RGB
CMYK
RGB Variations
Color information
#9DBF7D (or 0x9DBF7D) is known color: Olivine. HEX triplet: 9D, BF and 7D. RGB value is (157,191,125). Sum of RGB (Red+Green+Blue) = 157+191+125=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBF7D is #624082. Grayscale: #ADADAD. Windows color (decimal): -6439043 or 8241053. OLE color: 8241053.
HSL color Cylindrical-coordinate representation of color #9DBF7D: hue angle of 90.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DBF7D is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 125 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.25 |
| HSL | 90.91º | 0.34% | 0.62% | - |
| HSV(B) | 90.91º | 0.35% | 0.75% | - |
| XYZ | 36.24 | 45.91 | 26.35 | - |
| YUV | 173.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 125 | 0.18 | 0 | 0.35 | 0.25 | 90.91 | 0.34 | 0.62 |
| Hex | 9D | BF | 7D | 12 | 0 | 23 | 19 | 5B | 22 | 3E |
| Octal | 235 | 277 | 175 | 22 | 0 | 43 | 31 | 133 | 42 | 76 |
| Binary | 10011101 | 10111111 | 1111101 | 10010 | 0 | 100011 | 11001 | 1011011 | 100010 | 111110 |
Color Harmonies of #9DBF7D
Complementary color
Monochromatic Colors of #9DBF7D
Black with #9DBF7D
Text Example
Text Example
White with #9DBF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF7D; }
p { color: rgb(157,191,125); }
H1.HeaderClassName
{
color: #9DBF7D;
}
.AnyTagClassName
{
color: #9DBF7D;
}
</style>
background-color css
<style>
a { background-color: #9DBF7D; }
a { background-color: rgb(157,191,125); }
div.DivClassName
{
background-color: #9DBF7D;
}
.BgClassName
{
background-color: #9DBF7D;
}
</style>
border-color css
<style>
span { border-color: #9DBF7D; }
span { border-color: rgb(157,191,125); }
td.TdClassName
{
border-color: #9DBF7D;
}
.TagClassName
{
border-color: #9DBF7D;
}
</style>