Shades of Olivine #9CC869
Tints of Olivine #9CC869
RGB
CMYK
RGB Variations
Color information
#9CC869 (or 0x9CC869) is known color: Olivine. HEX triplet: 9C, C8 and 69. RGB value is (156,200,105). Sum of RGB (Red+Green+Blue) = 156+200+105=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC869 is #633796. Grayscale: #B0B0B0. Windows color (decimal): -6502295 or 6932636. OLE color: 6932636.
HSL color Cylindrical-coordinate representation of color #9CC869: hue angle of 87.79º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CC869 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 156 | 200 | 105 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.22 |
| HSL | 87.79º | 0.46% | 0.6% | - |
| HSV(B) | 87.79º | 0.48% | 0.78% | - |
| XYZ | 36.91 | 49.4 | 20.95 | - |
| YUV | 176.01 | 87.92 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 200 | 105 | 0.22 | 0 | 0.48 | 0.22 | 87.79 | 0.46 | 0.6 |
| Hex | 9C | C8 | 69 | 16 | 0 | 30 | 16 | 58 | 2E | 3C |
| Octal | 234 | 310 | 151 | 26 | 0 | 60 | 26 | 130 | 56 | 74 |
| Binary | 10011100 | 11001000 | 1101001 | 10110 | 0 | 110000 | 10110 | 1011000 | 101110 | 111100 |
Color Harmonies of #9CC869
Complementary color
Monochromatic Colors of #9CC869
Black with #9CC869
Text Example
Text Example
White with #9CC869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC869; }
p { color: rgb(156,200,105); }
H1.HeaderClassName
{
color: #9CC869;
}
.AnyTagClassName
{
color: #9CC869;
}
</style>
background-color css
<style>
a { background-color: #9CC869; }
a { background-color: rgb(156,200,105); }
div.DivClassName
{
background-color: #9CC869;
}
.BgClassName
{
background-color: #9CC869;
}
</style>
border-color css
<style>
span { border-color: #9CC869; }
span { border-color: rgb(156,200,105); }
td.TdClassName
{
border-color: #9CC869;
}
.TagClassName
{
border-color: #9CC869;
}
</style>