Shades of Olivine #9DB675
Tints of Olivine #9DB675
RGB
CMYK
RGB Variations
Color information
#9DB675 (or 0x9DB675) is known color: Olivine. HEX triplet: 9D, B6 and 75. RGB value is (157,182,117). Sum of RGB (Red+Green+Blue) = 157+182+117=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB675 is #62498A. Grayscale: #A7A7A7. Windows color (decimal): -6441355 or 7714461. OLE color: 7714461.
HSL color Cylindrical-coordinate representation of color #9DB675: hue angle of 83.08º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DB675 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 182 | 117 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.29 |
| HSL | 83.08º | 0.31% | 0.59% | - |
| HSV(B) | 83.08º | 0.36% | 0.71% | - |
| XYZ | 33.84 | 41.91 | 23.14 | - |
| YUV | 167.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 182 | 117 | 0.14 | 0 | 0.36 | 0.29 | 83.08 | 0.31 | 0.59 |
| Hex | 9D | B6 | 75 | E | 0 | 24 | 1D | 53 | 1F | 3B |
| Octal | 235 | 266 | 165 | 16 | 0 | 44 | 35 | 123 | 37 | 73 |
| Binary | 10011101 | 10110110 | 1110101 | 1110 | 0 | 100100 | 11101 | 1010011 | 11111 | 111011 |
Color Harmonies of #9DB675
Complementary color
Monochromatic Colors of #9DB675
Black with #9DB675
Text Example
Text Example
White with #9DB675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB675; }
p { color: rgb(157,182,117); }
H1.HeaderClassName
{
color: #9DB675;
}
.AnyTagClassName
{
color: #9DB675;
}
</style>
background-color css
<style>
a { background-color: #9DB675; }
a { background-color: rgb(157,182,117); }
div.DivClassName
{
background-color: #9DB675;
}
.BgClassName
{
background-color: #9DB675;
}
</style>
border-color css
<style>
span { border-color: #9DB675; }
span { border-color: rgb(157,182,117); }
td.TdClassName
{
border-color: #9DB675;
}
.TagClassName
{
border-color: #9DB675;
}
</style>