Shades of Olivine #9BCF60
Tints of Olivine #9BCF60
RGB
CMYK
RGB Variations
Color information
#9BCF60 (or 0x9BCF60) is known color: Olivine. HEX triplet: 9B, CF and 60. RGB value is (155,207,96). Sum of RGB (Red+Green+Blue) = 155+207+96=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCF60 is #64309F. Grayscale: #B3B3B3. Windows color (decimal): -6566048 or 6344603. OLE color: 6344603.
HSL color Cylindrical-coordinate representation of color #9BCF60: hue angle of 88.11º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BCF60 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 96 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.19 |
| HSL | 88.11º | 0.54% | 0.59% | - |
| HSV(B) | 88.11º | 0.54% | 0.81% | - |
| XYZ | 37.94 | 52.44 | 19.19 | - |
| YUV | 178.8 | 81.27 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 96 | 0.25 | 0 | 0.54 | 0.19 | 88.11 | 0.54 | 0.59 |
| Hex | 9B | CF | 60 | 19 | 0 | 36 | 13 | 58 | 36 | 3B |
| Octal | 233 | 317 | 140 | 31 | 0 | 66 | 23 | 130 | 66 | 73 |
| Binary | 10011011 | 11001111 | 1100000 | 11001 | 0 | 110110 | 10011 | 1011000 | 110110 | 111011 |
Color Harmonies of #9BCF60
Complementary color
Monochromatic Colors of #9BCF60
Black with #9BCF60
Text Example
Text Example
White with #9BCF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCF60; }
p { color: rgb(155,207,96); }
H1.HeaderClassName
{
color: #9BCF60;
}
.AnyTagClassName
{
color: #9BCF60;
}
</style>
background-color css
<style>
a { background-color: #9BCF60; }
a { background-color: rgb(155,207,96); }
div.DivClassName
{
background-color: #9BCF60;
}
.BgClassName
{
background-color: #9BCF60;
}
</style>
border-color css
<style>
span { border-color: #9BCF60; }
span { border-color: rgb(155,207,96); }
td.TdClassName
{
border-color: #9BCF60;
}
.TagClassName
{
border-color: #9BCF60;
}
</style>