Shades of Olivine #9BCC68
Tints of Olivine #9BCC68
RGB
CMYK
RGB Variations
Color information
#9BCC68 (or 0x9BCC68) is known color: Olivine. HEX triplet: 9B, CC and 68. RGB value is (155,204,104). Sum of RGB (Red+Green+Blue) = 155+204+104=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCC68 is #643397. Grayscale: #B2B2B2. Windows color (decimal): -6566808 or 6868123. OLE color: 6868123.
HSL color Cylindrical-coordinate representation of color #9BCC68: hue angle of 89.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BCC68 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 204 | 104 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.2 |
| HSL | 89.4º | 0.5% | 0.6% | - |
| HSV(B) | 89.4º | 0.49% | 0.8% | - |
| XYZ | 37.61 | 51.15 | 20.99 | - |
| YUV | 177.95 | 86.27 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 104 | 0.24 | 0 | 0.49 | 0.2 | 89.4 | 0.5 | 0.6 |
| Hex | 9B | CC | 68 | 18 | 0 | 31 | 14 | 59 | 32 | 3C |
| Octal | 233 | 314 | 150 | 30 | 0 | 61 | 24 | 131 | 62 | 74 |
| Binary | 10011011 | 11001100 | 1101000 | 11000 | 0 | 110001 | 10100 | 1011001 | 110010 | 111100 |
Color Harmonies of #9BCC68
Complementary color
Monochromatic Colors of #9BCC68
Black with #9BCC68
Text Example
Text Example
White with #9BCC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCC68; }
p { color: rgb(155,204,104); }
H1.HeaderClassName
{
color: #9BCC68;
}
.AnyTagClassName
{
color: #9BCC68;
}
</style>
background-color css
<style>
a { background-color: #9BCC68; }
a { background-color: rgb(155,204,104); }
div.DivClassName
{
background-color: #9BCC68;
}
.BgClassName
{
background-color: #9BCC68;
}
</style>
border-color css
<style>
span { border-color: #9BCC68; }
span { border-color: rgb(155,204,104); }
td.TdClassName
{
border-color: #9BCC68;
}
.TagClassName
{
border-color: #9BCC68;
}
</style>