Shades of Olivine #9DB073
Tints of Olivine #9DB073
RGB
CMYK
RGB Variations
Color information
#9DB073 (or 0x9DB073) is known color: Olivine. HEX triplet: 9D, B0 and 73. RGB value is (157,176,115). Sum of RGB (Red+Green+Blue) = 157+176+115=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB073 is #624F8C. Grayscale: #A3A3A3. Windows color (decimal): -6442893 or 7581853. OLE color: 7581853.
HSL color Cylindrical-coordinate representation of color #9DB073: hue angle of 78.69º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DB073 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 115 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.31 |
| HSL | 78.69º | 0.28% | 0.57% | - |
| HSV(B) | 78.69º | 0.35% | 0.69% | - |
| XYZ | 32.52 | 39.46 | 22.12 | - |
| YUV | 163.37 | 100.71 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 115 | 0.11 | 0 | 0.35 | 0.31 | 78.69 | 0.28 | 0.57 |
| Hex | 9D | B0 | 73 | B | 0 | 23 | 1F | 4F | 1C | 39 |
| Octal | 235 | 260 | 163 | 13 | 0 | 43 | 37 | 117 | 34 | 71 |
| Binary | 10011101 | 10110000 | 1110011 | 1011 | 0 | 100011 | 11111 | 1001111 | 11100 | 111001 |
Color Harmonies of #9DB073
Complementary color
Monochromatic Colors of #9DB073
Black with #9DB073
Text Example
Text Example
White with #9DB073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB073; }
p { color: rgb(157,176,115); }
H1.HeaderClassName
{
color: #9DB073;
}
.AnyTagClassName
{
color: #9DB073;
}
</style>
background-color css
<style>
a { background-color: #9DB073; }
a { background-color: rgb(157,176,115); }
div.DivClassName
{
background-color: #9DB073;
}
.BgClassName
{
background-color: #9DB073;
}
</style>
border-color css
<style>
span { border-color: #9DB073; }
span { border-color: rgb(157,176,115); }
td.TdClassName
{
border-color: #9DB073;
}
.TagClassName
{
border-color: #9DB073;
}
</style>