Shades of Olivine #9DBE74
Tints of Olivine #9DBE74
RGB
CMYK
RGB Variations
Color information
#9DBE74 (or 0x9DBE74) is known color: Olivine. HEX triplet: 9D, BE and 74. RGB value is (157,190,116). Sum of RGB (Red+Green+Blue) = 157+190+116=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBE74 is #62418B. Grayscale: #ABABAB. Windows color (decimal): -6439308 or 7650973. OLE color: 7650973.
HSL color Cylindrical-coordinate representation of color #9DBE74: hue angle of 86.76º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DBE74 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 116 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.25 |
| HSL | 86.76º | 0.36% | 0.6% | - |
| HSV(B) | 86.76º | 0.39% | 0.75% | - |
| XYZ | 35.47 | 45.26 | 23.39 | - |
| YUV | 171.7 | 96.57 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 116 | 0.17 | 0 | 0.39 | 0.25 | 86.76 | 0.36 | 0.6 |
| Hex | 9D | BE | 74 | 11 | 0 | 27 | 19 | 57 | 24 | 3C |
| Octal | 235 | 276 | 164 | 21 | 0 | 47 | 31 | 127 | 44 | 74 |
| Binary | 10011101 | 10111110 | 1110100 | 10001 | 0 | 100111 | 11001 | 1010111 | 100100 | 111100 |
Color Harmonies of #9DBE74
Complementary color
Monochromatic Colors of #9DBE74
Black with #9DBE74
Text Example
Text Example
White with #9DBE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE74; }
p { color: rgb(157,190,116); }
H1.HeaderClassName
{
color: #9DBE74;
}
.AnyTagClassName
{
color: #9DBE74;
}
</style>
background-color css
<style>
a { background-color: #9DBE74; }
a { background-color: rgb(157,190,116); }
div.DivClassName
{
background-color: #9DBE74;
}
.BgClassName
{
background-color: #9DBE74;
}
</style>
border-color css
<style>
span { border-color: #9DBE74; }
span { border-color: rgb(157,190,116); }
td.TdClassName
{
border-color: #9DBE74;
}
.TagClassName
{
border-color: #9DBE74;
}
</style>