Shades of Olivine #9CB666
Tints of Olivine #9CB666
RGB
CMYK
RGB Variations
Color information
#9CB666 (or 0x9CB666) is known color: Olivine. HEX triplet: 9C, B6 and 66. RGB value is (156,182,102). Sum of RGB (Red+Green+Blue) = 156+182+102=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB666 is #634999. Grayscale: #A5A5A5. Windows color (decimal): -6506906 or 6731420. OLE color: 6731420.
HSL color Cylindrical-coordinate representation of color #9CB666: hue angle of 79.5º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CB666 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 182 | 102 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.29 |
| HSL | 79.5º | 0.35% | 0.56% | - |
| HSV(B) | 79.5º | 0.44% | 0.71% | - |
| XYZ | 32.84 | 41.48 | 18.85 | - |
| YUV | 165.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 182 | 102 | 0.14 | 0 | 0.44 | 0.29 | 79.5 | 0.35 | 0.56 |
| Hex | 9C | B6 | 66 | E | 0 | 2C | 1D | 50 | 23 | 38 |
| Octal | 234 | 266 | 146 | 16 | 0 | 54 | 35 | 120 | 43 | 70 |
| Binary | 10011100 | 10110110 | 1100110 | 1110 | 0 | 101100 | 11101 | 1010000 | 100011 | 111000 |
Color Harmonies of #9CB666
Complementary color
Monochromatic Colors of #9CB666
Black with #9CB666
Text Example
Text Example
White with #9CB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB666; }
p { color: rgb(156,182,102); }
H1.HeaderClassName
{
color: #9CB666;
}
.AnyTagClassName
{
color: #9CB666;
}
</style>
background-color css
<style>
a { background-color: #9CB666; }
a { background-color: rgb(156,182,102); }
div.DivClassName
{
background-color: #9CB666;
}
.BgClassName
{
background-color: #9CB666;
}
</style>
border-color css
<style>
span { border-color: #9CB666; }
span { border-color: rgb(156,182,102); }
td.TdClassName
{
border-color: #9CB666;
}
.TagClassName
{
border-color: #9CB666;
}
</style>