Shades of Olivine #9DBD7D
Tints of Olivine #9DBD7D
RGB
CMYK
RGB Variations
Color information
#9DBD7D (or 0x9DBD7D) is known color: Olivine. HEX triplet: 9D, BD and 7D. RGB value is (157,189,125). Sum of RGB (Red+Green+Blue) = 157+189+125=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBD7D is #624282. Grayscale: #ACACAC. Windows color (decimal): -6439555 or 8240541. OLE color: 8240541.
HSL color Cylindrical-coordinate representation of color #9DBD7D: hue angle of 90º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DBD7D is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
RGB | 157 | 189 | 125 | - |
CMYK | 0.17 | 0 | 0.34 | 0.26 |
HSL | 90º | 0.33% | 0.62% | - |
HSV(B) | 90º | 0.34% | 0.74% | - |
XYZ | 35.8 | 45.04 | 26.21 | - |
YUV | 172.14 | 101.4 | 117.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 189 | 125 | 0.17 | 0 | 0.34 | 0.26 | 90 | 0.33 | 0.62 |
Hex | 9D | BD | 7D | 11 | 0 | 22 | 1A | 5A | 21 | 3E |
Octal | 235 | 275 | 175 | 21 | 0 | 42 | 32 | 132 | 41 | 76 |
Binary | 10011101 | 10111101 | 1111101 | 10001 | 0 | 100010 | 11010 | 1011010 | 100001 | 111110 |
Color Harmonies of #9DBD7D
Complementary color
Monochromatic Colors of #9DBD7D
Black with #9DBD7D
Text Example
Text Example
White with #9DBD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD7D; }
p { color: rgb(157,189,125); }
H1.HeaderClassName
{
color: #9DBD7D;
}
.AnyTagClassName
{
color: #9DBD7D;
}
</style>
background-color css
<style>
a { background-color: #9DBD7D; }
a { background-color: rgb(157,189,125); }
div.DivClassName
{
background-color: #9DBD7D;
}
.BgClassName
{
background-color: #9DBD7D;
}
</style>
border-color css
<style>
span { border-color: #9DBD7D; }
span { border-color: rgb(157,189,125); }
td.TdClassName
{
border-color: #9DBD7D;
}
.TagClassName
{
border-color: #9DBD7D;
}
</style>