Shades of Olivine #9BC577
Tints of Olivine #9BC577
RGB
CMYK
RGB Variations
Color information
#9BC577 (or 0x9BC577) is known color: Olivine. HEX triplet: 9B, C5 and 77. RGB value is (155,197,119). Sum of RGB (Red+Green+Blue) = 155+197+119=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC577 is #643A88. Grayscale: #AFAFAF. Windows color (decimal): -6568585 or 7849371. OLE color: 7849371.
HSL color Cylindrical-coordinate representation of color #9BC577: hue angle of 92.31º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BC577 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 119 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.23 |
| HSL | 92.31º | 0.4% | 0.62% | - |
| HSV(B) | 92.31º | 0.4% | 0.77% | - |
| XYZ | 36.81 | 48.23 | 24.82 | - |
| YUV | 175.55 | 96.09 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 119 | 0.21 | 0 | 0.40 | 0.23 | 92.31 | 0.4 | 0.62 |
| Hex | 9B | C5 | 77 | 15 | 0 | 28 | 17 | 5C | 28 | 3E |
| Octal | 233 | 305 | 167 | 25 | 0 | 50 | 27 | 134 | 50 | 76 |
| Binary | 10011011 | 11000101 | 1110111 | 10101 | 0 | 101000 | 10111 | 1011100 | 101000 | 111110 |
Color Harmonies of #9BC577
Complementary color
Monochromatic Colors of #9BC577
Black with #9BC577
Text Example
Text Example
White with #9BC577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC577; }
p { color: rgb(155,197,119); }
H1.HeaderClassName
{
color: #9BC577;
}
.AnyTagClassName
{
color: #9BC577;
}
</style>
background-color css
<style>
a { background-color: #9BC577; }
a { background-color: rgb(155,197,119); }
div.DivClassName
{
background-color: #9BC577;
}
.BgClassName
{
background-color: #9BC577;
}
</style>
border-color css
<style>
span { border-color: #9BC577; }
span { border-color: rgb(155,197,119); }
td.TdClassName
{
border-color: #9BC577;
}
.TagClassName
{
border-color: #9BC577;
}
</style>