Shades of Olivine #9BC376
Tints of Olivine #9BC376
RGB
CMYK
RGB Variations
Color information
#9BC376 (or 0x9BC376) is known color: Olivine. HEX triplet: 9B, C3 and 76. RGB value is (155,195,118). Sum of RGB (Red+Green+Blue) = 155+195+118=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC376 is #643C89. Grayscale: #AEAEAE. Windows color (decimal): -6569098 or 7783323. OLE color: 7783323.
HSL color Cylindrical-coordinate representation of color #9BC376: hue angle of 91.17º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BC376 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 118 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.24 |
| HSL | 91.17º | 0.39% | 0.61% | - |
| HSV(B) | 91.17º | 0.39% | 0.76% | - |
| XYZ | 36.3 | 47.31 | 24.36 | - |
| YUV | 174.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 118 | 0.21 | 0 | 0.39 | 0.24 | 91.17 | 0.39 | 0.61 |
| Hex | 9B | C3 | 76 | 15 | 0 | 27 | 18 | 5B | 27 | 3D |
| Octal | 233 | 303 | 166 | 25 | 0 | 47 | 30 | 133 | 47 | 75 |
| Binary | 10011011 | 11000011 | 1110110 | 10101 | 0 | 100111 | 11000 | 1011011 | 100111 | 111101 |
Color Harmonies of #9BC376
Complementary color
Monochromatic Colors of #9BC376
Black with #9BC376
Text Example
Text Example
White with #9BC376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC376; }
p { color: rgb(155,195,118); }
H1.HeaderClassName
{
color: #9BC376;
}
.AnyTagClassName
{
color: #9BC376;
}
</style>
background-color css
<style>
a { background-color: #9BC376; }
a { background-color: rgb(155,195,118); }
div.DivClassName
{
background-color: #9BC376;
}
.BgClassName
{
background-color: #9BC376;
}
</style>
border-color css
<style>
span { border-color: #9BC376; }
span { border-color: rgb(155,195,118); }
td.TdClassName
{
border-color: #9BC376;
}
.TagClassName
{
border-color: #9BC376;
}
</style>