Shades of Olivine #9BC669
Tints of Olivine #9BC669
RGB
CMYK
RGB Variations
Color information
#9BC669 (or 0x9BC669) is known color: Olivine. HEX triplet: 9B, C6 and 69. RGB value is (155,198,105). Sum of RGB (Red+Green+Blue) = 155+198+105=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC669 is #643996. Grayscale: #AEAEAE. Windows color (decimal): -6568343 or 6932123. OLE color: 6932123.
HSL color Cylindrical-coordinate representation of color #9BC669: hue angle of 87.74º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BC669 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 105 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.22 |
| HSL | 87.74º | 0.45% | 0.59% | - |
| HSV(B) | 87.74º | 0.47% | 0.78% | - |
| XYZ | 36.26 | 48.38 | 20.79 | - |
| YUV | 174.54 | 88.75 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 105 | 0.22 | 0 | 0.47 | 0.22 | 87.74 | 0.45 | 0.59 |
| Hex | 9B | C6 | 69 | 16 | 0 | 2F | 16 | 58 | 2D | 3B |
| Octal | 233 | 306 | 151 | 26 | 0 | 57 | 26 | 130 | 55 | 73 |
| Binary | 10011011 | 11000110 | 1101001 | 10110 | 0 | 101111 | 10110 | 1011000 | 101101 | 111011 |
Color Harmonies of #9BC669
Complementary color
Monochromatic Colors of #9BC669
Black with #9BC669
Text Example
Text Example
White with #9BC669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC669; }
p { color: rgb(155,198,105); }
H1.HeaderClassName
{
color: #9BC669;
}
.AnyTagClassName
{
color: #9BC669;
}
</style>
background-color css
<style>
a { background-color: #9BC669; }
a { background-color: rgb(155,198,105); }
div.DivClassName
{
background-color: #9BC669;
}
.BgClassName
{
background-color: #9BC669;
}
</style>
border-color css
<style>
span { border-color: #9BC669; }
span { border-color: rgb(155,198,105); }
td.TdClassName
{
border-color: #9BC669;
}
.TagClassName
{
border-color: #9BC669;
}
</style>