Shades of Olivine #9DB468
Tints of Olivine #9DB468
RGB
CMYK
RGB Variations
Color information
#9DB468 (or 0x9DB468) is known color: Olivine. HEX triplet: 9D, B4 and 68. RGB value is (157,180,104). Sum of RGB (Red+Green+Blue) = 157+180+104=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB468 is #624B97. Grayscale: #A4A4A4. Windows color (decimal): -6441880 or 6861981. OLE color: 6861981.
HSL color Cylindrical-coordinate representation of color #9DB468: hue angle of 78.16º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DB468 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 104 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.29 |
| HSL | 78.16º | 0.34% | 0.56% | - |
| HSV(B) | 78.16º | 0.42% | 0.71% | - |
| XYZ | 32.72 | 40.81 | 19.25 | - |
| YUV | 164.46 | 93.88 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 104 | 0.13 | 0 | 0.42 | 0.29 | 78.16 | 0.34 | 0.56 |
| Hex | 9D | B4 | 68 | D | 0 | 2A | 1D | 4E | 22 | 38 |
| Octal | 235 | 264 | 150 | 15 | 0 | 52 | 35 | 116 | 42 | 70 |
| Binary | 10011101 | 10110100 | 1101000 | 1101 | 0 | 101010 | 11101 | 1001110 | 100010 | 111000 |
Color Harmonies of #9DB468
Complementary color
Monochromatic Colors of #9DB468
Black with #9DB468
Text Example
Text Example
White with #9DB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB468; }
p { color: rgb(157,180,104); }
H1.HeaderClassName
{
color: #9DB468;
}
.AnyTagClassName
{
color: #9DB468;
}
</style>
background-color css
<style>
a { background-color: #9DB468; }
a { background-color: rgb(157,180,104); }
div.DivClassName
{
background-color: #9DB468;
}
.BgClassName
{
background-color: #9DB468;
}
</style>
border-color css
<style>
span { border-color: #9DB468; }
span { border-color: rgb(157,180,104); }
td.TdClassName
{
border-color: #9DB468;
}
.TagClassName
{
border-color: #9DB468;
}
</style>