Shades of Olivine #9CBE7B
Tints of Olivine #9CBE7B
RGB
CMYK
RGB Variations
Color information
#9CBE7B (or 0x9CBE7B) is known color: Olivine. HEX triplet: 9C, BE and 7B. RGB value is (156,190,123). Sum of RGB (Red+Green+Blue) = 156+190+123=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBE7B is #634184. Grayscale: #ACACAC. Windows color (decimal): -6504837 or 8109724. OLE color: 8109724.
HSL color Cylindrical-coordinate representation of color #9CBE7B: hue angle of 90.45º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CBE7B is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 190 | 123 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.25 |
| HSL | 90.45º | 0.34% | 0.61% | - |
| HSV(B) | 90.45º | 0.35% | 0.75% | - |
| XYZ | 35.7 | 45.32 | 25.61 | - |
| YUV | 172.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 190 | 123 | 0.18 | 0 | 0.35 | 0.25 | 90.45 | 0.34 | 0.61 |
| Hex | 9C | BE | 7B | 12 | 0 | 23 | 19 | 5A | 22 | 3D |
| Octal | 234 | 276 | 173 | 22 | 0 | 43 | 31 | 132 | 42 | 75 |
| Binary | 10011100 | 10111110 | 1111011 | 10010 | 0 | 100011 | 11001 | 1011010 | 100010 | 111101 |
Color Harmonies of #9CBE7B
Complementary color
Monochromatic Colors of #9CBE7B
Black with #9CBE7B
Text Example
Text Example
White with #9CBE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBE7B; }
p { color: rgb(156,190,123); }
H1.HeaderClassName
{
color: #9CBE7B;
}
.AnyTagClassName
{
color: #9CBE7B;
}
</style>
background-color css
<style>
a { background-color: #9CBE7B; }
a { background-color: rgb(156,190,123); }
div.DivClassName
{
background-color: #9CBE7B;
}
.BgClassName
{
background-color: #9CBE7B;
}
</style>
border-color css
<style>
span { border-color: #9CBE7B; }
span { border-color: rgb(156,190,123); }
td.TdClassName
{
border-color: #9CBE7B;
}
.TagClassName
{
border-color: #9CBE7B;
}
</style>