Shades of Olivine #9CB466
Tints of Olivine #9CB466
RGB
CMYK
RGB Variations
Color information
#9CB466 (or 0x9CB466) is known color: Olivine. HEX triplet: 9C, B4 and 66. RGB value is (156,180,102). Sum of RGB (Red+Green+Blue) = 156+180+102=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB466 is #634B99. Grayscale: #A4A4A4. Windows color (decimal): -6507418 or 6730908. OLE color: 6730908.
HSL color Cylindrical-coordinate representation of color #9CB466: hue angle of 78.46º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CB466 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 180 | 102 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.29 |
| HSL | 78.46º | 0.34% | 0.55% | - |
| HSV(B) | 78.46º | 0.43% | 0.71% | - |
| XYZ | 32.43 | 40.67 | 18.71 | - |
| YUV | 163.93 | 93.05 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 180 | 102 | 0.13 | 0 | 0.43 | 0.29 | 78.46 | 0.34 | 0.55 |
| Hex | 9C | B4 | 66 | D | 0 | 2B | 1D | 4E | 22 | 37 |
| Octal | 234 | 264 | 146 | 15 | 0 | 53 | 35 | 116 | 42 | 67 |
| Binary | 10011100 | 10110100 | 1100110 | 1101 | 0 | 101011 | 11101 | 1001110 | 100010 | 110111 |
Color Harmonies of #9CB466
Complementary color
Monochromatic Colors of #9CB466
Black with #9CB466
Text Example
Text Example
White with #9CB466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB466; }
p { color: rgb(156,180,102); }
H1.HeaderClassName
{
color: #9CB466;
}
.AnyTagClassName
{
color: #9CB466;
}
</style>
background-color css
<style>
a { background-color: #9CB466; }
a { background-color: rgb(156,180,102); }
div.DivClassName
{
background-color: #9CB466;
}
.BgClassName
{
background-color: #9CB466;
}
</style>
border-color css
<style>
span { border-color: #9CB466; }
span { border-color: rgb(156,180,102); }
td.TdClassName
{
border-color: #9CB466;
}
.TagClassName
{
border-color: #9CB466;
}
</style>