Shades of Olivine #9CB569
Tints of Olivine #9CB569
RGB
CMYK
RGB Variations
Color information
#9CB569 (or 0x9CB569) is known color: Olivine. HEX triplet: 9C, B5 and 69. RGB value is (156,181,105). Sum of RGB (Red+Green+Blue) = 156+181+105=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB569 is #634A96. Grayscale: #A5A5A5. Windows color (decimal): -6507159 or 6927772. OLE color: 6927772.
HSL color Cylindrical-coordinate representation of color #9CB569: hue angle of 79.74º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9CB569 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 105 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.29 |
| HSL | 79.74º | 0.34% | 0.56% | - |
| HSV(B) | 79.74º | 0.42% | 0.71% | - |
| XYZ | 32.78 | 41.14 | 19.58 | - |
| YUV | 164.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 105 | 0.14 | 0 | 0.42 | 0.29 | 79.74 | 0.34 | 0.56 |
| Hex | 9C | B5 | 69 | E | 0 | 2A | 1D | 50 | 22 | 38 |
| Octal | 234 | 265 | 151 | 16 | 0 | 52 | 35 | 120 | 42 | 70 |
| Binary | 10011100 | 10110101 | 1101001 | 1110 | 0 | 101010 | 11101 | 1010000 | 100010 | 111000 |
Color Harmonies of #9CB569
Complementary color
Monochromatic Colors of #9CB569
Black with #9CB569
Text Example
Text Example
White with #9CB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB569; }
p { color: rgb(156,181,105); }
H1.HeaderClassName
{
color: #9CB569;
}
.AnyTagClassName
{
color: #9CB569;
}
</style>
background-color css
<style>
a { background-color: #9CB569; }
a { background-color: rgb(156,181,105); }
div.DivClassName
{
background-color: #9CB569;
}
.BgClassName
{
background-color: #9CB569;
}
</style>
border-color css
<style>
span { border-color: #9CB569; }
span { border-color: rgb(156,181,105); }
td.TdClassName
{
border-color: #9CB569;
}
.TagClassName
{
border-color: #9CB569;
}
</style>