Shades of Olivine #9CB36A
Tints of Olivine #9CB36A
RGB
CMYK
RGB Variations
Color information
#9CB36A (or 0x9CB36A) is known color: Olivine. HEX triplet: 9C, B3 and 6A. RGB value is (156,179,106). Sum of RGB (Red+Green+Blue) = 156+179+106=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB36A is #634C95. Grayscale: #A4A4A4. Windows color (decimal): -6507670 or 6992796. OLE color: 6992796.
HSL color Cylindrical-coordinate representation of color #9CB36A: hue angle of 78.9º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CB36A is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 106 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.30 |
| HSL | 78.9º | 0.32% | 0.56% | - |
| HSV(B) | 78.9º | 0.41% | 0.7% | - |
| XYZ | 32.43 | 40.35 | 19.71 | - |
| YUV | 163.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 106 | 0.13 | 0 | 0.41 | 0.30 | 78.9 | 0.32 | 0.56 |
| Hex | 9C | B3 | 6A | D | 0 | 29 | 1E | 4F | 20 | 38 |
| Octal | 234 | 263 | 152 | 15 | 0 | 51 | 36 | 117 | 40 | 70 |
| Binary | 10011100 | 10110011 | 1101010 | 1101 | 0 | 101001 | 11110 | 1001111 | 100000 | 111000 |
Color Harmonies of #9CB36A
Complementary color
Monochromatic Colors of #9CB36A
Black with #9CB36A
Text Example
Text Example
White with #9CB36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB36A; }
p { color: rgb(156,179,106); }
H1.HeaderClassName
{
color: #9CB36A;
}
.AnyTagClassName
{
color: #9CB36A;
}
</style>
background-color css
<style>
a { background-color: #9CB36A; }
a { background-color: rgb(156,179,106); }
div.DivClassName
{
background-color: #9CB36A;
}
.BgClassName
{
background-color: #9CB36A;
}
</style>
border-color css
<style>
span { border-color: #9CB36A; }
span { border-color: rgb(156,179,106); }
td.TdClassName
{
border-color: #9CB36A;
}
.TagClassName
{
border-color: #9CB36A;
}
</style>