Shades of Olivine #9BC869
Tints of Olivine #9BC869
RGB
CMYK
RGB Variations
Color information
#9BC869 (or 0x9BC869) is known color: Olivine. HEX triplet: 9B, C8 and 69. RGB value is (155,200,105). Sum of RGB (Red+Green+Blue) = 155+200+105=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC869 is #643796. Grayscale: #B0B0B0. Windows color (decimal): -6567831 or 6932635. OLE color: 6932635.
HSL color Cylindrical-coordinate representation of color #9BC869: hue angle of 88.42º 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 #9BC869 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 200 | 105 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.22 |
| HSL | 88.42º | 0.46% | 0.6% | - |
| HSV(B) | 88.42º | 0.48% | 0.78% | - |
| XYZ | 36.72 | 49.3 | 20.94 | - |
| YUV | 175.72 | 88.09 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 105 | 0.22 | 0 | 0.48 | 0.22 | 88.42 | 0.46 | 0.6 |
| Hex | 9B | C8 | 69 | 16 | 0 | 30 | 16 | 58 | 2E | 3C |
| Octal | 233 | 310 | 151 | 26 | 0 | 60 | 26 | 130 | 56 | 74 |
| Binary | 10011011 | 11001000 | 1101001 | 10110 | 0 | 110000 | 10110 | 1011000 | 101110 | 111100 |
Color Harmonies of #9BC869
Complementary color
Monochromatic Colors of #9BC869
Black with #9BC869
Text Example
Text Example
White with #9BC869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC869; }
p { color: rgb(155,200,105); }
H1.HeaderClassName
{
color: #9BC869;
}
.AnyTagClassName
{
color: #9BC869;
}
</style>
background-color css
<style>
a { background-color: #9BC869; }
a { background-color: rgb(155,200,105); }
div.DivClassName
{
background-color: #9BC869;
}
.BgClassName
{
background-color: #9BC869;
}
</style>
border-color css
<style>
span { border-color: #9BC869; }
span { border-color: rgb(155,200,105); }
td.TdClassName
{
border-color: #9BC869;
}
.TagClassName
{
border-color: #9BC869;
}
</style>