Shades of Olivine #9BB368
Tints of Olivine #9BB368
RGB
CMYK
RGB Variations
Color information
#9BB368 (or 0x9BB368) is known color: Olivine. HEX triplet: 9B, B3 and 68. RGB value is (155,179,104). Sum of RGB (Red+Green+Blue) = 155+179+104=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB368 is #644C97. Grayscale: #A3A3A3. Windows color (decimal): -6573208 or 6861723. OLE color: 6861723.
HSL color Cylindrical-coordinate representation of color #9BB368: hue angle of 79.2º 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 #9BB368 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 179 | 104 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.30 |
| HSL | 79.2º | 0.33% | 0.55% | - |
| HSV(B) | 79.2º | 0.42% | 0.7% | - |
| XYZ | 32.14 | 40.21 | 19.16 | - |
| YUV | 163.27 | 94.55 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 104 | 0.13 | 0 | 0.42 | 0.30 | 79.2 | 0.33 | 0.55 |
| Hex | 9B | B3 | 68 | D | 0 | 2A | 1E | 4F | 21 | 37 |
| Octal | 233 | 263 | 150 | 15 | 0 | 52 | 36 | 117 | 41 | 67 |
| Binary | 10011011 | 10110011 | 1101000 | 1101 | 0 | 101010 | 11110 | 1001111 | 100001 | 110111 |
Color Harmonies of #9BB368
Complementary color
Monochromatic Colors of #9BB368
Black with #9BB368
Text Example
Text Example
White with #9BB368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB368; }
p { color: rgb(155,179,104); }
H1.HeaderClassName
{
color: #9BB368;
}
.AnyTagClassName
{
color: #9BB368;
}
</style>
background-color css
<style>
a { background-color: #9BB368; }
a { background-color: rgb(155,179,104); }
div.DivClassName
{
background-color: #9BB368;
}
.BgClassName
{
background-color: #9BB368;
}
</style>
border-color css
<style>
span { border-color: #9BB368; }
span { border-color: rgb(155,179,104); }
td.TdClassName
{
border-color: #9BB368;
}
.TagClassName
{
border-color: #9BB368;
}
</style>