Shades of Olivine #9BB466
Tints of Olivine #9BB466
RGB
CMYK
RGB Variations
Color information
#9BB466 (or 0x9BB466) is known color: Olivine. HEX triplet: 9B, B4 and 66. RGB value is (155,180,102). Sum of RGB (Red+Green+Blue) = 155+180+102=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB466 is #644B99. Grayscale: #A3A3A3. Windows color (decimal): -6572954 or 6730907. OLE color: 6730907.
HSL color Cylindrical-coordinate representation of color #9BB466: hue angle of 79.23º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BB466 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 180 | 102 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.29 |
| HSL | 79.23º | 0.34% | 0.55% | - |
| HSV(B) | 79.23º | 0.43% | 0.71% | - |
| XYZ | 32.24 | 40.57 | 18.7 | - |
| YUV | 163.63 | 93.22 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 180 | 102 | 0.14 | 0 | 0.43 | 0.29 | 79.23 | 0.34 | 0.55 |
| Hex | 9B | B4 | 66 | E | 0 | 2B | 1D | 4F | 22 | 37 |
| Octal | 233 | 264 | 146 | 16 | 0 | 53 | 35 | 117 | 42 | 67 |
| Binary | 10011011 | 10110100 | 1100110 | 1110 | 0 | 101011 | 11101 | 1001111 | 100010 | 110111 |
Color Harmonies of #9BB466
Complementary color
Monochromatic Colors of #9BB466
Black with #9BB466
Text Example
Text Example
White with #9BB466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB466; }
p { color: rgb(155,180,102); }
H1.HeaderClassName
{
color: #9BB466;
}
.AnyTagClassName
{
color: #9BB466;
}
</style>
background-color css
<style>
a { background-color: #9BB466; }
a { background-color: rgb(155,180,102); }
div.DivClassName
{
background-color: #9BB466;
}
.BgClassName
{
background-color: #9BB466;
}
</style>
border-color css
<style>
span { border-color: #9BB466; }
span { border-color: rgb(155,180,102); }
td.TdClassName
{
border-color: #9BB466;
}
.TagClassName
{
border-color: #9BB466;
}
</style>