Shades of Olivine #9CBF70
Tints of Olivine #9CBF70
RGB
CMYK
RGB Variations
Color information
#9CBF70 (or 0x9CBF70) is known color: Olivine. HEX triplet: 9C, BF and 70. RGB value is (156,191,112). Sum of RGB (Red+Green+Blue) = 156+191+112=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF70 is #63408F. Grayscale: #ABABAB. Windows color (decimal): -6504592 or 7389084. OLE color: 7389084.
HSL color Cylindrical-coordinate representation of color #9CBF70: hue angle of 86.58º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CBF70 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 191 | 112 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.25 |
| HSL | 86.58º | 0.38% | 0.59% | - |
| HSV(B) | 86.58º | 0.41% | 0.75% | - |
| XYZ | 35.27 | 45.5 | 22.25 | - |
| YUV | 171.53 | 94.4 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 191 | 112 | 0.18 | 0 | 0.41 | 0.25 | 86.58 | 0.38 | 0.59 |
| Hex | 9C | BF | 70 | 12 | 0 | 29 | 19 | 57 | 26 | 3B |
| Octal | 234 | 277 | 160 | 22 | 0 | 51 | 31 | 127 | 46 | 73 |
| Binary | 10011100 | 10111111 | 1110000 | 10010 | 0 | 101001 | 11001 | 1010111 | 100110 | 111011 |
Color Harmonies of #9CBF70
Complementary color
Monochromatic Colors of #9CBF70
Black with #9CBF70
Text Example
Text Example
White with #9CBF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBF70; }
p { color: rgb(156,191,112); }
H1.HeaderClassName
{
color: #9CBF70;
}
.AnyTagClassName
{
color: #9CBF70;
}
</style>
background-color css
<style>
a { background-color: #9CBF70; }
a { background-color: rgb(156,191,112); }
div.DivClassName
{
background-color: #9CBF70;
}
.BgClassName
{
background-color: #9CBF70;
}
</style>
border-color css
<style>
span { border-color: #9CBF70; }
span { border-color: rgb(156,191,112); }
td.TdClassName
{
border-color: #9CBF70;
}
.TagClassName
{
border-color: #9CBF70;
}
</style>