Shades of Olivine #9BC969
Tints of Olivine #9BC969
RGB
CMYK
RGB Variations
Color information
#9BC969 (or 0x9BC969) is known color: Olivine. HEX triplet: 9B, C9 and 69. RGB value is (155,201,105). Sum of RGB (Red+Green+Blue) = 155+201+105=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC969 is #643696. Grayscale: #B0B0B0. Windows color (decimal): -6567575 or 6932891. OLE color: 6932891.
HSL color Cylindrical-coordinate representation of color #9BC969: hue angle of 88.75º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BC969 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 105 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.21 |
| HSL | 88.75º | 0.47% | 0.6% | - |
| HSV(B) | 88.75º | 0.48% | 0.79% | - |
| XYZ | 36.95 | 49.76 | 21.02 | - |
| YUV | 176.3 | 87.76 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 105 | 0.23 | 0 | 0.48 | 0.21 | 88.75 | 0.47 | 0.6 |
| Hex | 9B | C9 | 69 | 17 | 0 | 30 | 15 | 59 | 2F | 3C |
| Octal | 233 | 311 | 151 | 27 | 0 | 60 | 25 | 131 | 57 | 74 |
| Binary | 10011011 | 11001001 | 1101001 | 10111 | 0 | 110000 | 10101 | 1011001 | 101111 | 111100 |
Color Harmonies of #9BC969
Complementary color
Monochromatic Colors of #9BC969
Black with #9BC969
Text Example
Text Example
White with #9BC969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC969; }
p { color: rgb(155,201,105); }
H1.HeaderClassName
{
color: #9BC969;
}
.AnyTagClassName
{
color: #9BC969;
}
</style>
background-color css
<style>
a { background-color: #9BC969; }
a { background-color: rgb(155,201,105); }
div.DivClassName
{
background-color: #9BC969;
}
.BgClassName
{
background-color: #9BC969;
}
</style>
border-color css
<style>
span { border-color: #9BC969; }
span { border-color: rgb(155,201,105); }
td.TdClassName
{
border-color: #9BC969;
}
.TagClassName
{
border-color: #9BC969;
}
</style>