Shades of Olivine #9CB779
Tints of Olivine #9CB779
RGB
CMYK
RGB Variations
Color information
#9CB779 (or 0x9CB779) is known color: Olivine. HEX triplet: 9C, B7 and 79. RGB value is (156,183,121). Sum of RGB (Red+Green+Blue) = 156+183+121=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB779 is #634886. Grayscale: #A8A8A8. Windows color (decimal): -6506631 or 7976860. OLE color: 7976860.
HSL color Cylindrical-coordinate representation of color #9CB779: hue angle of 86.13º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CB779 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 183 | 121 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.28 |
| HSL | 86.13º | 0.3% | 0.6% | - |
| HSV(B) | 86.13º | 0.34% | 0.72% | - |
| XYZ | 34.09 | 42.32 | 24.46 | - |
| YUV | 167.86 | 101.55 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 183 | 121 | 0.15 | 0 | 0.34 | 0.28 | 86.13 | 0.3 | 0.6 |
| Hex | 9C | B7 | 79 | F | 0 | 22 | 1C | 56 | 1E | 3C |
| Octal | 234 | 267 | 171 | 17 | 0 | 42 | 34 | 126 | 36 | 74 |
| Binary | 10011100 | 10110111 | 1111001 | 1111 | 0 | 100010 | 11100 | 1010110 | 11110 | 111100 |
Color Harmonies of #9CB779
Complementary color
Monochromatic Colors of #9CB779
Black with #9CB779
Text Example
Text Example
White with #9CB779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB779; }
p { color: rgb(156,183,121); }
H1.HeaderClassName
{
color: #9CB779;
}
.AnyTagClassName
{
color: #9CB779;
}
</style>
background-color css
<style>
a { background-color: #9CB779; }
a { background-color: rgb(156,183,121); }
div.DivClassName
{
background-color: #9CB779;
}
.BgClassName
{
background-color: #9CB779;
}
</style>
border-color css
<style>
span { border-color: #9CB779; }
span { border-color: rgb(156,183,121); }
td.TdClassName
{
border-color: #9CB779;
}
.TagClassName
{
border-color: #9CB779;
}
</style>