Shades of Olivine #9DB668
Tints of Olivine #9DB668
RGB
CMYK
RGB Variations
Color information
#9DB668 (or 0x9DB668) is known color: Olivine. HEX triplet: 9D, B6 and 68. RGB value is (157,182,104). Sum of RGB (Red+Green+Blue) = 157+182+104=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB668 is #624997. Grayscale: #A5A5A5. Windows color (decimal): -6441368 or 6862493. OLE color: 6862493.
HSL color Cylindrical-coordinate representation of color #9DB668: hue angle of 79.23º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DB668 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 182 | 104 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.29 |
| HSL | 79.23º | 0.35% | 0.56% | - |
| HSV(B) | 79.23º | 0.43% | 0.71% | - |
| XYZ | 33.13 | 41.62 | 19.38 | - |
| YUV | 165.63 | 93.22 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 182 | 104 | 0.14 | 0 | 0.43 | 0.29 | 79.23 | 0.35 | 0.56 |
| Hex | 9D | B6 | 68 | E | 0 | 2B | 1D | 4F | 23 | 38 |
| Octal | 235 | 266 | 150 | 16 | 0 | 53 | 35 | 117 | 43 | 70 |
| Binary | 10011101 | 10110110 | 1101000 | 1110 | 0 | 101011 | 11101 | 1001111 | 100011 | 111000 |
Color Harmonies of #9DB668
Complementary color
Monochromatic Colors of #9DB668
Black with #9DB668
Text Example
Text Example
White with #9DB668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB668; }
p { color: rgb(157,182,104); }
H1.HeaderClassName
{
color: #9DB668;
}
.AnyTagClassName
{
color: #9DB668;
}
</style>
background-color css
<style>
a { background-color: #9DB668; }
a { background-color: rgb(157,182,104); }
div.DivClassName
{
background-color: #9DB668;
}
.BgClassName
{
background-color: #9DB668;
}
</style>
border-color css
<style>
span { border-color: #9DB668; }
span { border-color: rgb(157,182,104); }
td.TdClassName
{
border-color: #9DB668;
}
.TagClassName
{
border-color: #9DB668;
}
</style>