Shades of Olivine #9BBE68
Tints of Olivine #9BBE68
RGB
CMYK
RGB Variations
Color information
#9BBE68 (or 0x9BBE68) is known color: Olivine. HEX triplet: 9B, BE and 68. RGB value is (155,190,104). Sum of RGB (Red+Green+Blue) = 155+190+104=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBE68 is #644197. Grayscale: #AAAAAA. Windows color (decimal): -6570392 or 6864539. OLE color: 6864539.
HSL color Cylindrical-coordinate representation of color #9BBE68: hue angle of 84.42º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BBE68 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 104 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.25 |
| HSL | 84.42º | 0.4% | 0.58% | - |
| HSV(B) | 84.42º | 0.45% | 0.75% | - |
| XYZ | 34.43 | 44.79 | 19.93 | - |
| YUV | 169.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 104 | 0.18 | 0 | 0.45 | 0.25 | 84.42 | 0.4 | 0.58 |
| Hex | 9B | BE | 68 | 12 | 0 | 2D | 19 | 54 | 28 | 3A |
| Octal | 233 | 276 | 150 | 22 | 0 | 55 | 31 | 124 | 50 | 72 |
| Binary | 10011011 | 10111110 | 1101000 | 10010 | 0 | 101101 | 11001 | 1010100 | 101000 | 111010 |
Color Harmonies of #9BBE68
Complementary color
Monochromatic Colors of #9BBE68
Black with #9BBE68
Text Example
Text Example
White with #9BBE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE68; }
p { color: rgb(155,190,104); }
H1.HeaderClassName
{
color: #9BBE68;
}
.AnyTagClassName
{
color: #9BBE68;
}
</style>
background-color css
<style>
a { background-color: #9BBE68; }
a { background-color: rgb(155,190,104); }
div.DivClassName
{
background-color: #9BBE68;
}
.BgClassName
{
background-color: #9BBE68;
}
</style>
border-color css
<style>
span { border-color: #9BBE68; }
span { border-color: rgb(155,190,104); }
td.TdClassName
{
border-color: #9BBE68;
}
.TagClassName
{
border-color: #9BBE68;
}
</style>