Shades of Olivine #9BC168
Tints of Olivine #9BC168
RGB
CMYK
RGB Variations
Color information
#9BC168 (or 0x9BC168) is known color: Olivine. HEX triplet: 9B, C1 and 68. RGB value is (155,193,104). Sum of RGB (Red+Green+Blue) = 155+193+104=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC168 is #643E97. Grayscale: #ABABAB. Windows color (decimal): -6569624 or 6865307. OLE color: 6865307.
HSL color Cylindrical-coordinate representation of color #9BC168: hue angle of 85.62º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BC168 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 193 | 104 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.24 |
| HSL | 85.62º | 0.42% | 0.58% | - |
| HSV(B) | 85.62º | 0.46% | 0.76% | - |
| XYZ | 35.09 | 46.11 | 20.15 | - |
| YUV | 171.49 | 89.91 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 193 | 104 | 0.20 | 0 | 0.46 | 0.24 | 85.62 | 0.42 | 0.58 |
| Hex | 9B | C1 | 68 | 14 | 0 | 2E | 18 | 56 | 2A | 3A |
| Octal | 233 | 301 | 150 | 24 | 0 | 56 | 30 | 126 | 52 | 72 |
| Binary | 10011011 | 11000001 | 1101000 | 10100 | 0 | 101110 | 11000 | 1010110 | 101010 | 111010 |
Color Harmonies of #9BC168
Complementary color
Monochromatic Colors of #9BC168
Black with #9BC168
Text Example
Text Example
White with #9BC168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC168; }
p { color: rgb(155,193,104); }
H1.HeaderClassName
{
color: #9BC168;
}
.AnyTagClassName
{
color: #9BC168;
}
</style>
background-color css
<style>
a { background-color: #9BC168; }
a { background-color: rgb(155,193,104); }
div.DivClassName
{
background-color: #9BC168;
}
.BgClassName
{
background-color: #9BC168;
}
</style>
border-color css
<style>
span { border-color: #9BC168; }
span { border-color: rgb(155,193,104); }
td.TdClassName
{
border-color: #9BC168;
}
.TagClassName
{
border-color: #9BC168;
}
</style>