Shades of Olivine #9CB566
Tints of Olivine #9CB566
RGB
CMYK
RGB Variations
Color information
#9CB566 (or 0x9CB566) is known color: Olivine. HEX triplet: 9C, B5 and 66. RGB value is (156,181,102). Sum of RGB (Red+Green+Blue) = 156+181+102=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB566 is #634A99. Grayscale: #A4A4A4. Windows color (decimal): -6507162 or 6731164. OLE color: 6731164.
HSL color Cylindrical-coordinate representation of color #9CB566: hue angle of 78.99º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CB566 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 102 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.29 |
| HSL | 78.99º | 0.35% | 0.55% | - |
| HSV(B) | 78.99º | 0.44% | 0.71% | - |
| XYZ | 32.63 | 41.07 | 18.78 | - |
| YUV | 164.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 102 | 0.14 | 0 | 0.44 | 0.29 | 78.99 | 0.35 | 0.55 |
| Hex | 9C | B5 | 66 | E | 0 | 2C | 1D | 4F | 23 | 37 |
| Octal | 234 | 265 | 146 | 16 | 0 | 54 | 35 | 117 | 43 | 67 |
| Binary | 10011100 | 10110101 | 1100110 | 1110 | 0 | 101100 | 11101 | 1001111 | 100011 | 110111 |
Color Harmonies of #9CB566
Complementary color
Monochromatic Colors of #9CB566
Black with #9CB566
Text Example
Text Example
White with #9CB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB566; }
p { color: rgb(156,181,102); }
H1.HeaderClassName
{
color: #9CB566;
}
.AnyTagClassName
{
color: #9CB566;
}
</style>
background-color css
<style>
a { background-color: #9CB566; }
a { background-color: rgb(156,181,102); }
div.DivClassName
{
background-color: #9CB566;
}
.BgClassName
{
background-color: #9CB566;
}
</style>
border-color css
<style>
span { border-color: #9CB566; }
span { border-color: rgb(156,181,102); }
td.TdClassName
{
border-color: #9CB566;
}
.TagClassName
{
border-color: #9CB566;
}
</style>