Shades of Olivine #9BC468
Tints of Olivine #9BC468
RGB
CMYK
RGB Variations
Color information
#9BC468 (or 0x9BC468) is known color: Olivine. HEX triplet: 9B, C4 and 68. RGB value is (155,196,104). Sum of RGB (Red+Green+Blue) = 155+196+104=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC468 is #643B97. Grayscale: #ADADAD. Windows color (decimal): -6568856 or 6866075. OLE color: 6866075.
HSL color Cylindrical-coordinate representation of color #9BC468: hue angle of 86.74º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BC468 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 196 | 104 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.23 |
| HSL | 86.74º | 0.44% | 0.59% | - |
| HSV(B) | 86.74º | 0.47% | 0.77% | - |
| XYZ | 35.76 | 47.45 | 20.37 | - |
| YUV | 173.25 | 88.92 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 196 | 104 | 0.21 | 0 | 0.47 | 0.23 | 86.74 | 0.44 | 0.59 |
| Hex | 9B | C4 | 68 | 15 | 0 | 2F | 17 | 57 | 2C | 3B |
| Octal | 233 | 304 | 150 | 25 | 0 | 57 | 27 | 127 | 54 | 73 |
| Binary | 10011011 | 11000100 | 1101000 | 10101 | 0 | 101111 | 10111 | 1010111 | 101100 | 111011 |
Color Harmonies of #9BC468
Complementary color
Monochromatic Colors of #9BC468
Black with #9BC468
Text Example
Text Example
White with #9BC468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC468; }
p { color: rgb(155,196,104); }
H1.HeaderClassName
{
color: #9BC468;
}
.AnyTagClassName
{
color: #9BC468;
}
</style>
background-color css
<style>
a { background-color: #9BC468; }
a { background-color: rgb(155,196,104); }
div.DivClassName
{
background-color: #9BC468;
}
.BgClassName
{
background-color: #9BC468;
}
</style>
border-color css
<style>
span { border-color: #9BC468; }
span { border-color: rgb(155,196,104); }
td.TdClassName
{
border-color: #9BC468;
}
.TagClassName
{
border-color: #9BC468;
}
</style>