Shades of Olivine #9DBB68
Tints of Olivine #9DBB68
RGB
CMYK
RGB Variations
Color information
#9DBB68 (or 0x9DBB68) is known color: Olivine. HEX triplet: 9D, BB and 68. RGB value is (157,187,104). Sum of RGB (Red+Green+Blue) = 157+187+104=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBB68 is #624497. Grayscale: #A8A8A8. Windows color (decimal): -6440088 or 6863773. OLE color: 6863773.
HSL color Cylindrical-coordinate representation of color #9DBB68: hue angle of 81.69º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DBB68 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 104 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.27 |
| HSL | 81.69º | 0.38% | 0.57% | - |
| HSV(B) | 81.69º | 0.44% | 0.73% | - |
| XYZ | 34.17 | 43.71 | 19.73 | - |
| YUV | 168.57 | 91.56 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 104 | 0.16 | 0 | 0.44 | 0.27 | 81.69 | 0.38 | 0.57 |
| Hex | 9D | BB | 68 | 10 | 0 | 2C | 1B | 52 | 26 | 39 |
| Octal | 235 | 273 | 150 | 20 | 0 | 54 | 33 | 122 | 46 | 71 |
| Binary | 10011101 | 10111011 | 1101000 | 10000 | 0 | 101100 | 11011 | 1010010 | 100110 | 111001 |
Color Harmonies of #9DBB68
Complementary color
Monochromatic Colors of #9DBB68
Black with #9DBB68
Text Example
Text Example
White with #9DBB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBB68; }
p { color: rgb(157,187,104); }
H1.HeaderClassName
{
color: #9DBB68;
}
.AnyTagClassName
{
color: #9DBB68;
}
</style>
background-color css
<style>
a { background-color: #9DBB68; }
a { background-color: rgb(157,187,104); }
div.DivClassName
{
background-color: #9DBB68;
}
.BgClassName
{
background-color: #9DBB68;
}
</style>
border-color css
<style>
span { border-color: #9DBB68; }
span { border-color: rgb(157,187,104); }
td.TdClassName
{
border-color: #9DBB68;
}
.TagClassName
{
border-color: #9DBB68;
}
</style>