Shades of Olivine #9CB178
Tints of Olivine #9CB178
RGB
CMYK
RGB Variations
Color information
#9CB178 (or 0x9CB178) is known color: Olivine. HEX triplet: 9C, B1 and 78. RGB value is (156,177,120). Sum of RGB (Red+Green+Blue) = 156+177+120=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB178 is #634E87. Grayscale: #A4A4A4. Windows color (decimal): -6508168 or 7909788. OLE color: 7909788.
HSL color Cylindrical-coordinate representation of color #9CB178: hue angle of 82.11º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CB178 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 120 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.31 |
| HSL | 82.11º | 0.27% | 0.58% | - |
| HSV(B) | 82.11º | 0.32% | 0.69% | - |
| XYZ | 32.82 | 39.87 | 23.73 | - |
| YUV | 164.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 120 | 0.12 | 0 | 0.32 | 0.31 | 82.11 | 0.27 | 0.58 |
| Hex | 9C | B1 | 78 | C | 0 | 20 | 1F | 52 | 1B | 3A |
| Octal | 234 | 261 | 170 | 14 | 0 | 40 | 37 | 122 | 33 | 72 |
| Binary | 10011100 | 10110001 | 1111000 | 1100 | 0 | 100000 | 11111 | 1010010 | 11011 | 111010 |
Color Harmonies of #9CB178
Complementary color
Monochromatic Colors of #9CB178
Black with #9CB178
Text Example
Text Example
White with #9CB178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB178; }
p { color: rgb(156,177,120); }
H1.HeaderClassName
{
color: #9CB178;
}
.AnyTagClassName
{
color: #9CB178;
}
</style>
background-color css
<style>
a { background-color: #9CB178; }
a { background-color: rgb(156,177,120); }
div.DivClassName
{
background-color: #9CB178;
}
.BgClassName
{
background-color: #9CB178;
}
</style>
border-color css
<style>
span { border-color: #9CB178; }
span { border-color: rgb(156,177,120); }
td.TdClassName
{
border-color: #9CB178;
}
.TagClassName
{
border-color: #9CB178;
}
</style>