Shades of Olivine #9CB378
Tints of Olivine #9CB378
RGB
CMYK
RGB Variations
Color information
#9CB378 (or 0x9CB378) is known color: Olivine. HEX triplet: 9C, B3 and 78. RGB value is (156,179,120). Sum of RGB (Red+Green+Blue) = 156+179+120=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB378 is #634C87. Grayscale: #A5A5A5. Windows color (decimal): -6507656 or 7910300. OLE color: 7910300.
HSL color Cylindrical-coordinate representation of color #9CB378: hue angle of 83.39º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CB378 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 120 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.30 |
| HSL | 83.39º | 0.28% | 0.59% | - |
| HSV(B) | 83.39º | 0.33% | 0.7% | - |
| XYZ | 33.22 | 40.66 | 23.87 | - |
| YUV | 165.4 | 102.38 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 120 | 0.13 | 0 | 0.33 | 0.30 | 83.39 | 0.28 | 0.59 |
| Hex | 9C | B3 | 78 | D | 0 | 21 | 1E | 53 | 1C | 3B |
| Octal | 234 | 263 | 170 | 15 | 0 | 41 | 36 | 123 | 34 | 73 |
| Binary | 10011100 | 10110011 | 1111000 | 1101 | 0 | 100001 | 11110 | 1010011 | 11100 | 111011 |
Color Harmonies of #9CB378
Complementary color
Monochromatic Colors of #9CB378
Black with #9CB378
Text Example
Text Example
White with #9CB378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB378; }
p { color: rgb(156,179,120); }
H1.HeaderClassName
{
color: #9CB378;
}
.AnyTagClassName
{
color: #9CB378;
}
</style>
background-color css
<style>
a { background-color: #9CB378; }
a { background-color: rgb(156,179,120); }
div.DivClassName
{
background-color: #9CB378;
}
.BgClassName
{
background-color: #9CB378;
}
</style>
border-color css
<style>
span { border-color: #9CB378; }
span { border-color: rgb(156,179,120); }
td.TdClassName
{
border-color: #9CB378;
}
.TagClassName
{
border-color: #9CB378;
}
</style>