Shades of Olivine #9BBF68
Tints of Olivine #9BBF68
RGB
CMYK
RGB Variations
Color information
#9BBF68 (or 0x9BBF68) is known color: Olivine. HEX triplet: 9B, BF and 68. RGB value is (155,191,104). Sum of RGB (Red+Green+Blue) = 155+191+104=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBF68 is #644097. Grayscale: #AAAAAA. Windows color (decimal): -6570136 or 6864795. OLE color: 6864795.
HSL color Cylindrical-coordinate representation of color #9BBF68: hue angle of 84.83º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BBF68 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 191 | 104 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.25 |
| HSL | 84.83º | 0.4% | 0.58% | - |
| HSV(B) | 84.83º | 0.46% | 0.75% | - |
| XYZ | 34.65 | 45.23 | 20 | - |
| YUV | 170.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 104 | 0.19 | 0 | 0.46 | 0.25 | 84.83 | 0.4 | 0.58 |
| Hex | 9B | BF | 68 | 13 | 0 | 2E | 19 | 55 | 28 | 3A |
| Octal | 233 | 277 | 150 | 23 | 0 | 56 | 31 | 125 | 50 | 72 |
| Binary | 10011011 | 10111111 | 1101000 | 10011 | 0 | 101110 | 11001 | 1010101 | 101000 | 111010 |
Color Harmonies of #9BBF68
Complementary color
Monochromatic Colors of #9BBF68
Black with #9BBF68
Text Example
Text Example
White with #9BBF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBF68; }
p { color: rgb(155,191,104); }
H1.HeaderClassName
{
color: #9BBF68;
}
.AnyTagClassName
{
color: #9BBF68;
}
</style>
background-color css
<style>
a { background-color: #9BBF68; }
a { background-color: rgb(155,191,104); }
div.DivClassName
{
background-color: #9BBF68;
}
.BgClassName
{
background-color: #9BBF68;
}
</style>
border-color css
<style>
span { border-color: #9BBF68; }
span { border-color: rgb(155,191,104); }
td.TdClassName
{
border-color: #9BBF68;
}
.TagClassName
{
border-color: #9BBF68;
}
</style>