Shades of Olivine #9CBE70
Tints of Olivine #9CBE70
RGB
CMYK
RGB Variations
Color information
#9CBE70 (or 0x9CBE70) is known color: Olivine. HEX triplet: 9C, BE and 70. RGB value is (156,190,112). Sum of RGB (Red+Green+Blue) = 156+190+112=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBE70 is #63418F. Grayscale: #ABABAB. Windows color (decimal): -6504848 or 7388828. OLE color: 7388828.
HSL color Cylindrical-coordinate representation of color #9CBE70: hue angle of 86.15º 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 #9CBE70 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 190 | 112 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.25 |
| HSL | 86.15º | 0.38% | 0.59% | - |
| HSV(B) | 86.15º | 0.41% | 0.75% | - |
| XYZ | 35.05 | 45.06 | 22.18 | - |
| YUV | 170.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 190 | 112 | 0.18 | 0 | 0.41 | 0.25 | 86.15 | 0.38 | 0.59 |
| Hex | 9C | BE | 70 | 12 | 0 | 29 | 19 | 56 | 26 | 3B |
| Octal | 234 | 276 | 160 | 22 | 0 | 51 | 31 | 126 | 46 | 73 |
| Binary | 10011100 | 10111110 | 1110000 | 10010 | 0 | 101001 | 11001 | 1010110 | 100110 | 111011 |
Color Harmonies of #9CBE70
Complementary color
Monochromatic Colors of #9CBE70
Black with #9CBE70
Text Example
Text Example
White with #9CBE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBE70; }
p { color: rgb(156,190,112); }
H1.HeaderClassName
{
color: #9CBE70;
}
.AnyTagClassName
{
color: #9CBE70;
}
</style>
background-color css
<style>
a { background-color: #9CBE70; }
a { background-color: rgb(156,190,112); }
div.DivClassName
{
background-color: #9CBE70;
}
.BgClassName
{
background-color: #9CBE70;
}
</style>
border-color css
<style>
span { border-color: #9CBE70; }
span { border-color: rgb(156,190,112); }
td.TdClassName
{
border-color: #9CBE70;
}
.TagClassName
{
border-color: #9CBE70;
}
</style>