Shades of Olivine #9DB074
Tints of Olivine #9DB074
RGB
CMYK
RGB Variations
Color information
#9DB074 (or 0x9DB074) is known color: Olivine. HEX triplet: 9D, B0 and 74. RGB value is (157,176,116). Sum of RGB (Red+Green+Blue) = 157+176+116=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB074 is #624F8B. Grayscale: #A3A3A3. Windows color (decimal): -6442892 or 7647389. OLE color: 7647389.
HSL color Cylindrical-coordinate representation of color #9DB074: hue angle of 79º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DB074 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 116 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.31 |
| HSL | 79º | 0.28% | 0.57% | - |
| HSV(B) | 79º | 0.34% | 0.69% | - |
| XYZ | 32.58 | 39.48 | 22.43 | - |
| YUV | 163.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 116 | 0.11 | 0 | 0.34 | 0.31 | 79 | 0.28 | 0.57 |
| Hex | 9D | B0 | 74 | B | 0 | 22 | 1F | 4F | 1C | 39 |
| Octal | 235 | 260 | 164 | 13 | 0 | 42 | 37 | 117 | 34 | 71 |
| Binary | 10011101 | 10110000 | 1110100 | 1011 | 0 | 100010 | 11111 | 1001111 | 11100 | 111001 |
Color Harmonies of #9DB074
Complementary color
Monochromatic Colors of #9DB074
Black with #9DB074
Text Example
Text Example
White with #9DB074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB074; }
p { color: rgb(157,176,116); }
H1.HeaderClassName
{
color: #9DB074;
}
.AnyTagClassName
{
color: #9DB074;
}
</style>
background-color css
<style>
a { background-color: #9DB074; }
a { background-color: rgb(157,176,116); }
div.DivClassName
{
background-color: #9DB074;
}
.BgClassName
{
background-color: #9DB074;
}
</style>
border-color css
<style>
span { border-color: #9DB074; }
span { border-color: rgb(157,176,116); }
td.TdClassName
{
border-color: #9DB074;
}
.TagClassName
{
border-color: #9DB074;
}
</style>