Shades of Olivine #9CBF68
Tints of Olivine #9CBF68
RGB
CMYK
RGB Variations
Color information
#9CBF68 (or 0x9CBF68) is known color: Olivine. HEX triplet: 9C, BF and 68. RGB value is (156,191,104). Sum of RGB (Red+Green+Blue) = 156+191+104=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF68 is #634097. Grayscale: #AAAAAA. Windows color (decimal): -6504600 or 6864796. OLE color: 6864796.
HSL color Cylindrical-coordinate representation of color #9CBF68: hue angle of 84.14º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CBF68 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 191 | 104 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.25 |
| HSL | 84.14º | 0.4% | 0.58% | - |
| HSV(B) | 84.14º | 0.46% | 0.75% | - |
| XYZ | 34.84 | 45.33 | 20.01 | - |
| YUV | 170.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 191 | 104 | 0.18 | 0 | 0.46 | 0.25 | 84.14 | 0.4 | 0.58 |
| Hex | 9C | BF | 68 | 12 | 0 | 2E | 19 | 54 | 28 | 3A |
| Octal | 234 | 277 | 150 | 22 | 0 | 56 | 31 | 124 | 50 | 72 |
| Binary | 10011100 | 10111111 | 1101000 | 10010 | 0 | 101110 | 11001 | 1010100 | 101000 | 111010 |
Color Harmonies of #9CBF68
Complementary color
Monochromatic Colors of #9CBF68
Black with #9CBF68
Text Example
Text Example
White with #9CBF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBF68; }
p { color: rgb(156,191,104); }
H1.HeaderClassName
{
color: #9CBF68;
}
.AnyTagClassName
{
color: #9CBF68;
}
</style>
background-color css
<style>
a { background-color: #9CBF68; }
a { background-color: rgb(156,191,104); }
div.DivClassName
{
background-color: #9CBF68;
}
.BgClassName
{
background-color: #9CBF68;
}
</style>
border-color css
<style>
span { border-color: #9CBF68; }
span { border-color: rgb(156,191,104); }
td.TdClassName
{
border-color: #9CBF68;
}
.TagClassName
{
border-color: #9CBF68;
}
</style>