Shades of Olivine #9CB665
Tints of Olivine #9CB665
RGB
CMYK
RGB Variations
Color information
#9CB665 (or 0x9CB665) is known color: Olivine. HEX triplet: 9C, B6 and 65. RGB value is (156,182,101). Sum of RGB (Red+Green+Blue) = 156+182+101=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB665 is #63499A. Grayscale: #A5A5A5. Windows color (decimal): -6506907 or 6665884. OLE color: 6665884.
HSL color Cylindrical-coordinate representation of color #9CB665: hue angle of 79.26º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CB665 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 182 | 101 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.29 |
| HSL | 79.26º | 0.36% | 0.55% | - |
| HSV(B) | 79.26º | 0.45% | 0.71% | - |
| XYZ | 32.79 | 41.46 | 18.59 | - |
| YUV | 164.99 | 91.89 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 182 | 101 | 0.14 | 0 | 0.45 | 0.29 | 79.26 | 0.36 | 0.55 |
| Hex | 9C | B6 | 65 | E | 0 | 2D | 1D | 4F | 24 | 37 |
| Octal | 234 | 266 | 145 | 16 | 0 | 55 | 35 | 117 | 44 | 67 |
| Binary | 10011100 | 10110110 | 1100101 | 1110 | 0 | 101101 | 11101 | 1001111 | 100100 | 110111 |
Color Harmonies of #9CB665
Complementary color
Monochromatic Colors of #9CB665
Black with #9CB665
Text Example
Text Example
White with #9CB665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB665; }
p { color: rgb(156,182,101); }
H1.HeaderClassName
{
color: #9CB665;
}
.AnyTagClassName
{
color: #9CB665;
}
</style>
background-color css
<style>
a { background-color: #9CB665; }
a { background-color: rgb(156,182,101); }
div.DivClassName
{
background-color: #9CB665;
}
.BgClassName
{
background-color: #9CB665;
}
</style>
border-color css
<style>
span { border-color: #9CB665; }
span { border-color: rgb(156,182,101); }
td.TdClassName
{
border-color: #9CB665;
}
.TagClassName
{
border-color: #9CB665;
}
</style>