Shades of Olivine #9BB369
Tints of Olivine #9BB369
RGB
CMYK
RGB Variations
Color information
#9BB369 (or 0x9BB369) is known color: Olivine. HEX triplet: 9B, B3 and 69. RGB value is (155,179,105). Sum of RGB (Red+Green+Blue) = 155+179+105=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB369 is #644C96. Grayscale: #A3A3A3. Windows color (decimal): -6573207 or 6927259. OLE color: 6927259.
HSL color Cylindrical-coordinate representation of color #9BB369: hue angle of 79.46º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BB369 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 179 | 105 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.30 |
| HSL | 79.46º | 0.33% | 0.56% | - |
| HSV(B) | 79.46º | 0.41% | 0.7% | - |
| XYZ | 32.19 | 40.23 | 19.43 | - |
| YUV | 163.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 105 | 0.13 | 0 | 0.41 | 0.30 | 79.46 | 0.33 | 0.56 |
| Hex | 9B | B3 | 69 | D | 0 | 29 | 1E | 4F | 21 | 38 |
| Octal | 233 | 263 | 151 | 15 | 0 | 51 | 36 | 117 | 41 | 70 |
| Binary | 10011011 | 10110011 | 1101001 | 1101 | 0 | 101001 | 11110 | 1001111 | 100001 | 111000 |
Color Harmonies of #9BB369
Complementary color
Monochromatic Colors of #9BB369
Black with #9BB369
Text Example
Text Example
White with #9BB369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB369; }
p { color: rgb(155,179,105); }
H1.HeaderClassName
{
color: #9BB369;
}
.AnyTagClassName
{
color: #9BB369;
}
</style>
background-color css
<style>
a { background-color: #9BB369; }
a { background-color: rgb(155,179,105); }
div.DivClassName
{
background-color: #9BB369;
}
.BgClassName
{
background-color: #9BB369;
}
</style>
border-color css
<style>
span { border-color: #9BB369; }
span { border-color: rgb(155,179,105); }
td.TdClassName
{
border-color: #9BB369;
}
.TagClassName
{
border-color: #9BB369;
}
</style>