Shades of Olivine #9CBF7B
Tints of Olivine #9CBF7B
RGB
CMYK
RGB Variations
Color information
#9CBF7B (or 0x9CBF7B) is known color: Olivine. HEX triplet: 9C, BF and 7B. RGB value is (156,191,123). Sum of RGB (Red+Green+Blue) = 156+191+123=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF7B is #634084. Grayscale: #ADADAD. Windows color (decimal): -6504581 or 8109980. OLE color: 8109980.
HSL color Cylindrical-coordinate representation of color #9CBF7B: hue angle of 90.88º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CBF7B is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 191 | 123 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.25 |
| HSL | 90.88º | 0.35% | 0.62% | - |
| HSV(B) | 90.88º | 0.36% | 0.75% | - |
| XYZ | 35.92 | 45.76 | 25.68 | - |
| YUV | 172.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 191 | 123 | 0.18 | 0 | 0.36 | 0.25 | 90.88 | 0.35 | 0.62 |
| Hex | 9C | BF | 7B | 12 | 0 | 24 | 19 | 5B | 23 | 3E |
| Octal | 234 | 277 | 173 | 22 | 0 | 44 | 31 | 133 | 43 | 76 |
| Binary | 10011100 | 10111111 | 1111011 | 10010 | 0 | 100100 | 11001 | 1011011 | 100011 | 111110 |
Color Harmonies of #9CBF7B
Complementary color
Monochromatic Colors of #9CBF7B
Black with #9CBF7B
Text Example
Text Example
White with #9CBF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBF7B; }
p { color: rgb(156,191,123); }
H1.HeaderClassName
{
color: #9CBF7B;
}
.AnyTagClassName
{
color: #9CBF7B;
}
</style>
background-color css
<style>
a { background-color: #9CBF7B; }
a { background-color: rgb(156,191,123); }
div.DivClassName
{
background-color: #9CBF7B;
}
.BgClassName
{
background-color: #9CBF7B;
}
</style>
border-color css
<style>
span { border-color: #9CBF7B; }
span { border-color: rgb(156,191,123); }
td.TdClassName
{
border-color: #9CBF7B;
}
.TagClassName
{
border-color: #9CBF7B;
}
</style>