Shades of Olivine #9DBE68
Tints of Olivine #9DBE68
RGB
CMYK
RGB Variations
Color information
#9DBE68 (or 0x9DBE68) is known color: Olivine. HEX triplet: 9D, BE and 68. RGB value is (157,190,104). Sum of RGB (Red+Green+Blue) = 157+190+104=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBE68 is #624197. Grayscale: #AAAAAA. Windows color (decimal): -6439320 or 6864541. OLE color: 6864541.
HSL color Cylindrical-coordinate representation of color #9DBE68: hue angle of 83.02º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DBE68 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 104 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.25 |
| HSL | 83.02º | 0.4% | 0.58% | - |
| HSV(B) | 83.02º | 0.45% | 0.75% | - |
| XYZ | 34.82 | 44.99 | 19.95 | - |
| YUV | 170.33 | 90.57 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 104 | 0.17 | 0 | 0.45 | 0.25 | 83.02 | 0.4 | 0.58 |
| Hex | 9D | BE | 68 | 11 | 0 | 2D | 19 | 53 | 28 | 3A |
| Octal | 235 | 276 | 150 | 21 | 0 | 55 | 31 | 123 | 50 | 72 |
| Binary | 10011101 | 10111110 | 1101000 | 10001 | 0 | 101101 | 11001 | 1010011 | 101000 | 111010 |
Color Harmonies of #9DBE68
Complementary color
Monochromatic Colors of #9DBE68
Black with #9DBE68
Text Example
Text Example
White with #9DBE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE68; }
p { color: rgb(157,190,104); }
H1.HeaderClassName
{
color: #9DBE68;
}
.AnyTagClassName
{
color: #9DBE68;
}
</style>
background-color css
<style>
a { background-color: #9DBE68; }
a { background-color: rgb(157,190,104); }
div.DivClassName
{
background-color: #9DBE68;
}
.BgClassName
{
background-color: #9DBE68;
}
</style>
border-color css
<style>
span { border-color: #9DBE68; }
span { border-color: rgb(157,190,104); }
td.TdClassName
{
border-color: #9DBE68;
}
.TagClassName
{
border-color: #9DBE68;
}
</style>