Shades of Olivine #9BBC68
Tints of Olivine #9BBC68
RGB
CMYK
RGB Variations
Color information
#9BBC68 (or 0x9BBC68) is known color: Olivine. HEX triplet: 9B, BC and 68. RGB value is (155,188,104). Sum of RGB (Red+Green+Blue) = 155+188+104=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBC68 is #644397. Grayscale: #A8A8A8. Windows color (decimal): -6570904 or 6864027. OLE color: 6864027.
HSL color Cylindrical-coordinate representation of color #9BBC68: hue angle of 83.57º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BBC68 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 104 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.26 |
| HSL | 83.57º | 0.39% | 0.57% | - |
| HSV(B) | 83.57º | 0.45% | 0.74% | - |
| XYZ | 34 | 43.93 | 19.78 | - |
| YUV | 168.56 | 91.57 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 104 | 0.18 | 0 | 0.45 | 0.26 | 83.57 | 0.39 | 0.57 |
| Hex | 9B | BC | 68 | 12 | 0 | 2D | 1A | 54 | 27 | 39 |
| Octal | 233 | 274 | 150 | 22 | 0 | 55 | 32 | 124 | 47 | 71 |
| Binary | 10011011 | 10111100 | 1101000 | 10010 | 0 | 101101 | 11010 | 1010100 | 100111 | 111001 |
Color Harmonies of #9BBC68
Complementary color
Monochromatic Colors of #9BBC68
Black with #9BBC68
Text Example
Text Example
White with #9BBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC68; }
p { color: rgb(155,188,104); }
H1.HeaderClassName
{
color: #9BBC68;
}
.AnyTagClassName
{
color: #9BBC68;
}
</style>
background-color css
<style>
a { background-color: #9BBC68; }
a { background-color: rgb(155,188,104); }
div.DivClassName
{
background-color: #9BBC68;
}
.BgClassName
{
background-color: #9BBC68;
}
</style>
border-color css
<style>
span { border-color: #9BBC68; }
span { border-color: rgb(155,188,104); }
td.TdClassName
{
border-color: #9BBC68;
}
.TagClassName
{
border-color: #9BBC68;
}
</style>