Shades of Olivine #9BB367
Tints of Olivine #9BB367
RGB
CMYK
RGB Variations
Color information
#9BB367 (or 0x9BB367) is known color: Olivine. HEX triplet: 9B, B3 and 67. RGB value is (155,179,103). Sum of RGB (Red+Green+Blue) = 155+179+103=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB367 is #644C98. Grayscale: #A3A3A3. Windows color (decimal): -6573209 or 6796187. OLE color: 6796187.
HSL color Cylindrical-coordinate representation of color #9BB367: hue angle of 78.95º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BB367 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 179 | 103 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.30 |
| HSL | 78.95º | 0.33% | 0.55% | - |
| HSV(B) | 78.95º | 0.42% | 0.7% | - |
| XYZ | 32.09 | 40.19 | 18.9 | - |
| YUV | 163.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 103 | 0.13 | 0 | 0.42 | 0.30 | 78.95 | 0.33 | 0.55 |
| Hex | 9B | B3 | 67 | D | 0 | 2A | 1E | 4F | 21 | 37 |
| Octal | 233 | 263 | 147 | 15 | 0 | 52 | 36 | 117 | 41 | 67 |
| Binary | 10011011 | 10110011 | 1100111 | 1101 | 0 | 101010 | 11110 | 1001111 | 100001 | 110111 |
Color Harmonies of #9BB367
Complementary color
Monochromatic Colors of #9BB367
Black with #9BB367
Text Example
Text Example
White with #9BB367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB367; }
p { color: rgb(155,179,103); }
H1.HeaderClassName
{
color: #9BB367;
}
.AnyTagClassName
{
color: #9BB367;
}
</style>
background-color css
<style>
a { background-color: #9BB367; }
a { background-color: rgb(155,179,103); }
div.DivClassName
{
background-color: #9BB367;
}
.BgClassName
{
background-color: #9BB367;
}
</style>
border-color css
<style>
span { border-color: #9BB367; }
span { border-color: rgb(155,179,103); }
td.TdClassName
{
border-color: #9BB367;
}
.TagClassName
{
border-color: #9BB367;
}
</style>