Shades of Olivine #9BBD75
Tints of Olivine #9BBD75
RGB
CMYK
RGB Variations
Color information
#9BBD75 (or 0x9BBD75) is known color: Olivine. HEX triplet: 9B, BD and 75. RGB value is (155,189,117). Sum of RGB (Red+Green+Blue) = 155+189+117=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBD75 is #64428A. Grayscale: #AAAAAA. Windows color (decimal): -6570635 or 7716251. OLE color: 7716251.
HSL color Cylindrical-coordinate representation of color #9BBD75: hue angle of 88.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BBD75 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 117 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.26 |
| HSL | 88.33º | 0.35% | 0.6% | - |
| HSV(B) | 88.33º | 0.38% | 0.74% | - |
| XYZ | 34.93 | 44.65 | 23.61 | - |
| YUV | 170.63 | 97.74 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 117 | 0.18 | 0 | 0.38 | 0.26 | 88.33 | 0.35 | 0.6 |
| Hex | 9B | BD | 75 | 12 | 0 | 26 | 1A | 58 | 23 | 3C |
| Octal | 233 | 275 | 165 | 22 | 0 | 46 | 32 | 130 | 43 | 74 |
| Binary | 10011011 | 10111101 | 1110101 | 10010 | 0 | 100110 | 11010 | 1011000 | 100011 | 111100 |
Color Harmonies of #9BBD75
Complementary color
Monochromatic Colors of #9BBD75
Black with #9BBD75
Text Example
Text Example
White with #9BBD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBD75; }
p { color: rgb(155,189,117); }
H1.HeaderClassName
{
color: #9BBD75;
}
.AnyTagClassName
{
color: #9BBD75;
}
</style>
background-color css
<style>
a { background-color: #9BBD75; }
a { background-color: rgb(155,189,117); }
div.DivClassName
{
background-color: #9BBD75;
}
.BgClassName
{
background-color: #9BBD75;
}
</style>
border-color css
<style>
span { border-color: #9BBD75; }
span { border-color: rgb(155,189,117); }
td.TdClassName
{
border-color: #9BBD75;
}
.TagClassName
{
border-color: #9BBD75;
}
</style>