Shades of Olivine #9DBF80
Tints of Olivine #9DBF80
RGB
CMYK
RGB Variations
Color information
#9DBF80 (or 0x9DBF80) is known color: Olivine. HEX triplet: 9D, BF and 80. RGB value is (157,191,128). Sum of RGB (Red+Green+Blue) = 157+191+128=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBF80 is #62407F. Grayscale: #ADADAD. Windows color (decimal): -6439040 or 8437661. OLE color: 8437661.
HSL color Cylindrical-coordinate representation of color #9DBF80: hue angle of 92.38º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DBF80 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 128 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.25 |
| HSL | 92.38º | 0.33% | 0.63% | - |
| HSV(B) | 92.38º | 0.33% | 0.75% | - |
| XYZ | 36.43 | 45.99 | 27.38 | - |
| YUV | 173.65 | 102.24 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 128 | 0.18 | 0 | 0.33 | 0.25 | 92.38 | 0.33 | 0.63 |
| Hex | 9D | BF | 80 | 12 | 0 | 21 | 19 | 5C | 21 | 3F |
| Octal | 235 | 277 | 200 | 22 | 0 | 41 | 31 | 134 | 41 | 77 |
| Binary | 10011101 | 10111111 | 10000000 | 10010 | 0 | 100001 | 11001 | 1011100 | 100001 | 111111 |
Color Harmonies of #9DBF80
Complementary color
Monochromatic Colors of #9DBF80
Black with #9DBF80
Text Example
Text Example
White with #9DBF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF80; }
p { color: rgb(157,191,128); }
H1.HeaderClassName
{
color: #9DBF80;
}
.AnyTagClassName
{
color: #9DBF80;
}
</style>
background-color css
<style>
a { background-color: #9DBF80; }
a { background-color: rgb(157,191,128); }
div.DivClassName
{
background-color: #9DBF80;
}
.BgClassName
{
background-color: #9DBF80;
}
</style>
border-color css
<style>
span { border-color: #9DBF80; }
span { border-color: rgb(157,191,128); }
td.TdClassName
{
border-color: #9DBF80;
}
.TagClassName
{
border-color: #9DBF80;
}
</style>