Shades of Olivine #9CBF61
Tints of Olivine #9CBF61
RGB
CMYK
RGB Variations
Color information
#9CBF61 (or 0x9CBF61) is known color: Olivine. HEX triplet: 9C, BF and 61. RGB value is (156,191,97). Sum of RGB (Red+Green+Blue) = 156+191+97=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF61 is #63409E. Grayscale: #AAAAAA. Windows color (decimal): -6504607 or 6406044. OLE color: 6406044.
HSL color Cylindrical-coordinate representation of color #9CBF61: hue angle of 82.34º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CBF61 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 191 | 97 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.25 |
| HSL | 82.34º | 0.42% | 0.56% | - |
| HSV(B) | 82.34º | 0.49% | 0.75% | - |
| XYZ | 34.5 | 45.19 | 18.21 | - |
| YUV | 169.82 | 86.9 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 191 | 97 | 0.18 | 0 | 0.49 | 0.25 | 82.34 | 0.42 | 0.56 |
| Hex | 9C | BF | 61 | 12 | 0 | 31 | 19 | 52 | 2A | 38 |
| Octal | 234 | 277 | 141 | 22 | 0 | 61 | 31 | 122 | 52 | 70 |
| Binary | 10011100 | 10111111 | 1100001 | 10010 | 0 | 110001 | 11001 | 1010010 | 101010 | 111000 |
Color Harmonies of #9CBF61
Complementary color
Monochromatic Colors of #9CBF61
Black with #9CBF61
Text Example
Text Example
White with #9CBF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBF61; }
p { color: rgb(156,191,97); }
H1.HeaderClassName
{
color: #9CBF61;
}
.AnyTagClassName
{
color: #9CBF61;
}
</style>
background-color css
<style>
a { background-color: #9CBF61; }
a { background-color: rgb(156,191,97); }
div.DivClassName
{
background-color: #9CBF61;
}
.BgClassName
{
background-color: #9CBF61;
}
</style>
border-color css
<style>
span { border-color: #9CBF61; }
span { border-color: rgb(156,191,97); }
td.TdClassName
{
border-color: #9CBF61;
}
.TagClassName
{
border-color: #9CBF61;
}
</style>