Shades of Olivine #9CBE7C
Tints of Olivine #9CBE7C
RGB
CMYK
RGB Variations
Color information
#9CBE7C (or 0x9CBE7C) is known color: Olivine. HEX triplet: 9C, BE and 7C. RGB value is (156,190,124). Sum of RGB (Red+Green+Blue) = 156+190+124=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBE7C is #634183. Grayscale: #ACACAC. Windows color (decimal): -6504836 or 8175260. OLE color: 8175260.
HSL color Cylindrical-coordinate representation of color #9CBE7C: hue angle of 90.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CBE7C is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 190 | 124 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.25 |
| HSL | 90.91º | 0.34% | 0.62% | - |
| HSV(B) | 90.91º | 0.35% | 0.75% | - |
| XYZ | 35.76 | 45.35 | 25.94 | - |
| YUV | 172.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 190 | 124 | 0.18 | 0 | 0.35 | 0.25 | 90.91 | 0.34 | 0.62 |
| Hex | 9C | BE | 7C | 12 | 0 | 23 | 19 | 5B | 22 | 3E |
| Octal | 234 | 276 | 174 | 22 | 0 | 43 | 31 | 133 | 42 | 76 |
| Binary | 10011100 | 10111110 | 1111100 | 10010 | 0 | 100011 | 11001 | 1011011 | 100010 | 111110 |
Color Harmonies of #9CBE7C
Complementary color
Monochromatic Colors of #9CBE7C
Black with #9CBE7C
Text Example
Text Example
White with #9CBE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBE7C; }
p { color: rgb(156,190,124); }
H1.HeaderClassName
{
color: #9CBE7C;
}
.AnyTagClassName
{
color: #9CBE7C;
}
</style>
background-color css
<style>
a { background-color: #9CBE7C; }
a { background-color: rgb(156,190,124); }
div.DivClassName
{
background-color: #9CBE7C;
}
.BgClassName
{
background-color: #9CBE7C;
}
</style>
border-color css
<style>
span { border-color: #9CBE7C; }
span { border-color: rgb(156,190,124); }
td.TdClassName
{
border-color: #9CBE7C;
}
.TagClassName
{
border-color: #9CBE7C;
}
</style>