Shades of Olivine #9BD565
Tints of Olivine #9BD565
RGB
CMYK
RGB Variations
Color information
#9BD565 (or 0x9BD565) is known color: Olivine. HEX triplet: 9B, D5 and 65. RGB value is (155,213,101). Sum of RGB (Red+Green+Blue) = 155+213+101=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD565 is #642A9A. Grayscale: #B7B7B7. Windows color (decimal): -6564507 or 6673819. OLE color: 6673819.
HSL color Cylindrical-coordinate representation of color #9BD565: hue angle of 91.07º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BD565 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 213 | 101 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.16 |
| HSL | 91.07º | 0.57% | 0.62% | - |
| HSV(B) | 91.07º | 0.53% | 0.84% | - |
| XYZ | 39.66 | 55.5 | 20.93 | - |
| YUV | 182.89 | 81.78 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 213 | 101 | 0.27 | 0 | 0.53 | 0.16 | 91.07 | 0.57 | 0.62 |
| Hex | 9B | D5 | 65 | 1B | 0 | 35 | 10 | 5B | 39 | 3E |
| Octal | 233 | 325 | 145 | 33 | 0 | 65 | 20 | 133 | 71 | 76 |
| Binary | 10011011 | 11010101 | 1100101 | 11011 | 0 | 110101 | 10000 | 1011011 | 111001 | 111110 |
Color Harmonies of #9BD565
Complementary color
Monochromatic Colors of #9BD565
Black with #9BD565
Text Example
Text Example
White with #9BD565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD565; }
p { color: rgb(155,213,101); }
H1.HeaderClassName
{
color: #9BD565;
}
.AnyTagClassName
{
color: #9BD565;
}
</style>
background-color css
<style>
a { background-color: #9BD565; }
a { background-color: rgb(155,213,101); }
div.DivClassName
{
background-color: #9BD565;
}
.BgClassName
{
background-color: #9BD565;
}
</style>
border-color css
<style>
span { border-color: #9BD565; }
span { border-color: rgb(155,213,101); }
td.TdClassName
{
border-color: #9BD565;
}
.TagClassName
{
border-color: #9BD565;
}
</style>