Shades of Olivine #9CBF7F
Tints of Olivine #9CBF7F
RGB
CMYK
RGB Variations
Color information
#9CBF7F (or 0x9CBF7F) is known color: Olivine. HEX triplet: 9C, BF and 7F. RGB value is (156,191,127). Sum of RGB (Red+Green+Blue) = 156+191+127=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF7F is #634080. Grayscale: #ADADAD. Windows color (decimal): -6504577 or 8372124. OLE color: 8372124.
HSL color Cylindrical-coordinate representation of color #9CBF7F: hue angle of 92.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CBF7F is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 191 | 127 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.25 |
| HSL | 92.81º | 0.33% | 0.62% | - |
| HSV(B) | 92.81º | 0.34% | 0.75% | - |
| XYZ | 36.17 | 45.86 | 27.02 | - |
| YUV | 173.24 | 101.9 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 191 | 127 | 0.18 | 0 | 0.34 | 0.25 | 92.81 | 0.33 | 0.62 |
| Hex | 9C | BF | 7F | 12 | 0 | 22 | 19 | 5D | 21 | 3E |
| Octal | 234 | 277 | 177 | 22 | 0 | 42 | 31 | 135 | 41 | 76 |
| Binary | 10011100 | 10111111 | 1111111 | 10010 | 0 | 100010 | 11001 | 1011101 | 100001 | 111110 |
Color Harmonies of #9CBF7F
Complementary color
Monochromatic Colors of #9CBF7F
Black with #9CBF7F
Text Example
Text Example
White with #9CBF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBF7F; }
p { color: rgb(156,191,127); }
H1.HeaderClassName
{
color: #9CBF7F;
}
.AnyTagClassName
{
color: #9CBF7F;
}
</style>
background-color css
<style>
a { background-color: #9CBF7F; }
a { background-color: rgb(156,191,127); }
div.DivClassName
{
background-color: #9CBF7F;
}
.BgClassName
{
background-color: #9CBF7F;
}
</style>
border-color css
<style>
span { border-color: #9CBF7F; }
span { border-color: rgb(156,191,127); }
td.TdClassName
{
border-color: #9CBF7F;
}
.TagClassName
{
border-color: #9CBF7F;
}
</style>