Shades of Olivine #9DB567
Tints of Olivine #9DB567
RGB
CMYK
RGB Variations
Color information
#9DB567 (or 0x9DB567) is known color: Olivine. HEX triplet: 9D, B5 and 67. RGB value is (157,181,103). Sum of RGB (Red+Green+Blue) = 157+181+103=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB567 is #624A98. Grayscale: #A5A5A5. Windows color (decimal): -6441625 or 6796701. OLE color: 6796701.
HSL color Cylindrical-coordinate representation of color #9DB567: hue angle of 78.46º 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 #9DB567 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 103 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.29 |
| HSL | 78.46º | 0.35% | 0.56% | - |
| HSV(B) | 78.46º | 0.43% | 0.71% | - |
| XYZ | 32.88 | 41.2 | 19.05 | - |
| YUV | 164.93 | 93.05 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 103 | 0.13 | 0 | 0.43 | 0.29 | 78.46 | 0.35 | 0.56 |
| Hex | 9D | B5 | 67 | D | 0 | 2B | 1D | 4E | 23 | 38 |
| Octal | 235 | 265 | 147 | 15 | 0 | 53 | 35 | 116 | 43 | 70 |
| Binary | 10011101 | 10110101 | 1100111 | 1101 | 0 | 101011 | 11101 | 1001110 | 100011 | 111000 |
Color Harmonies of #9DB567
Complementary color
Monochromatic Colors of #9DB567
Black with #9DB567
Text Example
Text Example
White with #9DB567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB567; }
p { color: rgb(157,181,103); }
H1.HeaderClassName
{
color: #9DB567;
}
.AnyTagClassName
{
color: #9DB567;
}
</style>
background-color css
<style>
a { background-color: #9DB567; }
a { background-color: rgb(157,181,103); }
div.DivClassName
{
background-color: #9DB567;
}
.BgClassName
{
background-color: #9DB567;
}
</style>
border-color css
<style>
span { border-color: #9DB567; }
span { border-color: rgb(157,181,103); }
td.TdClassName
{
border-color: #9DB567;
}
.TagClassName
{
border-color: #9DB567;
}
</style>