Shades of Olivine #9DBE7B
Tints of Olivine #9DBE7B
RGB
CMYK
RGB Variations
Color information
#9DBE7B (or 0x9DBE7B) is known color: Olivine. HEX triplet: 9D, BE and 7B. RGB value is (157,190,123). Sum of RGB (Red+Green+Blue) = 157+190+123=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBE7B is #624184. Grayscale: #ACACAC. Windows color (decimal): -6439301 or 8109725. OLE color: 8109725.
HSL color Cylindrical-coordinate representation of color #9DBE7B: hue angle of 89.55º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DBE7B is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 123 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.25 |
| HSL | 89.55º | 0.34% | 0.61% | - |
| HSV(B) | 89.55º | 0.35% | 0.75% | - |
| XYZ | 35.89 | 45.43 | 25.62 | - |
| YUV | 172.5 | 100.07 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 123 | 0.17 | 0 | 0.35 | 0.25 | 89.55 | 0.34 | 0.61 |
| Hex | 9D | BE | 7B | 11 | 0 | 23 | 19 | 5A | 22 | 3D |
| Octal | 235 | 276 | 173 | 21 | 0 | 43 | 31 | 132 | 42 | 75 |
| Binary | 10011101 | 10111110 | 1111011 | 10001 | 0 | 100011 | 11001 | 1011010 | 100010 | 111101 |
Color Harmonies of #9DBE7B
Complementary color
Monochromatic Colors of #9DBE7B
Black with #9DBE7B
Text Example
Text Example
White with #9DBE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE7B; }
p { color: rgb(157,190,123); }
H1.HeaderClassName
{
color: #9DBE7B;
}
.AnyTagClassName
{
color: #9DBE7B;
}
</style>
background-color css
<style>
a { background-color: #9DBE7B; }
a { background-color: rgb(157,190,123); }
div.DivClassName
{
background-color: #9DBE7B;
}
.BgClassName
{
background-color: #9DBE7B;
}
</style>
border-color css
<style>
span { border-color: #9DBE7B; }
span { border-color: rgb(157,190,123); }
td.TdClassName
{
border-color: #9DBE7B;
}
.TagClassName
{
border-color: #9DBE7B;
}
</style>