Shades of Olivine #9DBB64
Tints of Olivine #9DBB64
RGB
CMYK
RGB Variations
Color information
#9DBB64 (or 0x9DBB64) is known color: Olivine. HEX triplet: 9D, BB and 64. RGB value is (157,187,100). Sum of RGB (Red+Green+Blue) = 157+187+100=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBB64 is #62449B. Grayscale: #A8A8A8. Windows color (decimal): -6440092 or 6601629. OLE color: 6601629.
HSL color Cylindrical-coordinate representation of color #9DBB64: hue angle of 80.69º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DBB64 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 100 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.27 |
| HSL | 80.69º | 0.39% | 0.56% | - |
| HSV(B) | 80.69º | 0.47% | 0.73% | - |
| XYZ | 33.98 | 43.63 | 18.69 | - |
| YUV | 168.11 | 89.56 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 100 | 0.16 | 0 | 0.47 | 0.27 | 80.69 | 0.39 | 0.56 |
| Hex | 9D | BB | 64 | 10 | 0 | 2F | 1B | 51 | 27 | 38 |
| Octal | 235 | 273 | 144 | 20 | 0 | 57 | 33 | 121 | 47 | 70 |
| Binary | 10011101 | 10111011 | 1100100 | 10000 | 0 | 101111 | 11011 | 1010001 | 100111 | 111000 |
Color Harmonies of #9DBB64
Complementary color
Monochromatic Colors of #9DBB64
Black with #9DBB64
Text Example
Text Example
White with #9DBB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBB64; }
p { color: rgb(157,187,100); }
H1.HeaderClassName
{
color: #9DBB64;
}
.AnyTagClassName
{
color: #9DBB64;
}
</style>
background-color css
<style>
a { background-color: #9DBB64; }
a { background-color: rgb(157,187,100); }
div.DivClassName
{
background-color: #9DBB64;
}
.BgClassName
{
background-color: #9DBB64;
}
</style>
border-color css
<style>
span { border-color: #9DBB64; }
span { border-color: rgb(157,187,100); }
td.TdClassName
{
border-color: #9DBB64;
}
.TagClassName
{
border-color: #9DBB64;
}
</style>