Shades of Olivine #9BC762
Tints of Olivine #9BC762
RGB
CMYK
RGB Variations
Color information
#9BC762 (or 0x9BC762) is known color: Olivine. HEX triplet: 9B, C7 and 62. RGB value is (155,199,98). Sum of RGB (Red+Green+Blue) = 155+199+98=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC762 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC762 is #64389D. Grayscale: #AEAEAE. Windows color (decimal): -6568094 or 6473627. OLE color: 6473627.
HSL color Cylindrical-coordinate representation of color #9BC762: hue angle of 86.14º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BC762 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 199 | 98 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.22 |
| HSL | 86.14º | 0.47% | 0.58% | - |
| HSV(B) | 86.14º | 0.51% | 0.78% | - |
| XYZ | 36.15 | 48.7 | 19.05 | - |
| YUV | 174.33 | 84.92 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 98 | 0.22 | 0 | 0.51 | 0.22 | 86.14 | 0.47 | 0.58 |
| Hex | 9B | C7 | 62 | 16 | 0 | 33 | 16 | 56 | 2F | 3A |
| Octal | 233 | 307 | 142 | 26 | 0 | 63 | 26 | 126 | 57 | 72 |
| Binary | 10011011 | 11000111 | 1100010 | 10110 | 0 | 110011 | 10110 | 1010110 | 101111 | 111010 |
Color Harmonies of #9BC762
Complementary color
Monochromatic Colors of #9BC762
Black with #9BC762
Text Example
Text Example
White with #9BC762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC762; }
p { color: rgb(155,199,98); }
H1.HeaderClassName
{
color: #9BC762;
}
.AnyTagClassName
{
color: #9BC762;
}
</style>
background-color css
<style>
a { background-color: #9BC762; }
a { background-color: rgb(155,199,98); }
div.DivClassName
{
background-color: #9BC762;
}
.BgClassName
{
background-color: #9BC762;
}
</style>
border-color css
<style>
span { border-color: #9BC762; }
span { border-color: rgb(155,199,98); }
td.TdClassName
{
border-color: #9BC762;
}
.TagClassName
{
border-color: #9BC762;
}
</style>