Shades of Olivine #9BCF64
Tints of Olivine #9BCF64
RGB
CMYK
RGB Variations
Color information
#9BCF64 (or 0x9BCF64) is known color: Olivine. HEX triplet: 9B, CF and 64. RGB value is (155,207,100). Sum of RGB (Red+Green+Blue) = 155+207+100=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCF64 is #64309B. Grayscale: #B3B3B3. Windows color (decimal): -6566044 or 6606747. OLE color: 6606747.
HSL color Cylindrical-coordinate representation of color #9BCF64: hue angle of 89.16º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BCF64 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 100 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.19 |
| HSL | 89.16º | 0.53% | 0.6% | - |
| HSV(B) | 89.16º | 0.52% | 0.81% | - |
| XYZ | 38.13 | 52.51 | 20.18 | - |
| YUV | 179.25 | 83.27 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 100 | 0.25 | 0 | 0.52 | 0.19 | 89.16 | 0.53 | 0.6 |
| Hex | 9B | CF | 64 | 19 | 0 | 34 | 13 | 59 | 35 | 3C |
| Octal | 233 | 317 | 144 | 31 | 0 | 64 | 23 | 131 | 65 | 74 |
| Binary | 10011011 | 11001111 | 1100100 | 11001 | 0 | 110100 | 10011 | 1011001 | 110101 | 111100 |
Color Harmonies of #9BCF64
Complementary color
Monochromatic Colors of #9BCF64
Black with #9BCF64
Text Example
Text Example
White with #9BCF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCF64; }
p { color: rgb(155,207,100); }
H1.HeaderClassName
{
color: #9BCF64;
}
.AnyTagClassName
{
color: #9BCF64;
}
</style>
background-color css
<style>
a { background-color: #9BCF64; }
a { background-color: rgb(155,207,100); }
div.DivClassName
{
background-color: #9BCF64;
}
.BgClassName
{
background-color: #9BCF64;
}
</style>
border-color css
<style>
span { border-color: #9BCF64; }
span { border-color: rgb(155,207,100); }
td.TdClassName
{
border-color: #9BCF64;
}
.TagClassName
{
border-color: #9BCF64;
}
</style>