Shades of Olivine #9BBE67
Tints of Olivine #9BBE67
RGB
CMYK
RGB Variations
Color information
#9BBE67 (or 0x9BBE67) is known color: Olivine. HEX triplet: 9B, BE and 67. RGB value is (155,190,103). Sum of RGB (Red+Green+Blue) = 155+190+103=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 103 (40.62% from 255 or 22.99% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBE67 is #644198. Grayscale: #A9A9A9. Windows color (decimal): -6570393 or 6799003. OLE color: 6799003.
HSL color Cylindrical-coordinate representation of color #9BBE67: hue angle of 84.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BBE67 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 103 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.25 |
| HSL | 84.14º | 0.4% | 0.57% | - |
| HSV(B) | 84.14º | 0.46% | 0.75% | - |
| XYZ | 34.38 | 44.77 | 19.66 | - |
| YUV | 169.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 103 | 0.18 | 0 | 0.46 | 0.25 | 84.14 | 0.4 | 0.57 |
| Hex | 9B | BE | 67 | 12 | 0 | 2E | 19 | 54 | 28 | 39 |
| Octal | 233 | 276 | 147 | 22 | 0 | 56 | 31 | 124 | 50 | 71 |
| Binary | 10011011 | 10111110 | 1100111 | 10010 | 0 | 101110 | 11001 | 1010100 | 101000 | 111001 |
Color Harmonies of #9BBE67
Complementary color
Monochromatic Colors of #9BBE67
Black with #9BBE67
Text Example
Text Example
White with #9BBE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE67; }
p { color: rgb(155,190,103); }
H1.HeaderClassName
{
color: #9BBE67;
}
.AnyTagClassName
{
color: #9BBE67;
}
</style>
background-color css
<style>
a { background-color: #9BBE67; }
a { background-color: rgb(155,190,103); }
div.DivClassName
{
background-color: #9BBE67;
}
.BgClassName
{
background-color: #9BBE67;
}
</style>
border-color css
<style>
span { border-color: #9BBE67; }
span { border-color: rgb(155,190,103); }
td.TdClassName
{
border-color: #9BBE67;
}
.TagClassName
{
border-color: #9BBE67;
}
</style>