Shades of Olivine #9BC378
Tints of Olivine #9BC378
RGB
CMYK
RGB Variations
Color information
#9BC378 (or 0x9BC378) is known color: Olivine. HEX triplet: 9B, C3 and 78. RGB value is (155,195,120). Sum of RGB (Red+Green+Blue) = 155+195+120=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC378 is #643C87. Grayscale: #AEAEAE. Windows color (decimal): -6569096 or 7914395. OLE color: 7914395.
HSL color Cylindrical-coordinate representation of color #9BC378: hue angle of 92º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BC378 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 120 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.24 |
| HSL | 92º | 0.38% | 0.62% | - |
| HSV(B) | 92º | 0.38% | 0.76% | - |
| XYZ | 36.42 | 47.35 | 24.99 | - |
| YUV | 174.49 | 97.25 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 120 | 0.21 | 0 | 0.38 | 0.24 | 92 | 0.38 | 0.62 |
| Hex | 9B | C3 | 78 | 15 | 0 | 26 | 18 | 5C | 26 | 3E |
| Octal | 233 | 303 | 170 | 25 | 0 | 46 | 30 | 134 | 46 | 76 |
| Binary | 10011011 | 11000011 | 1111000 | 10101 | 0 | 100110 | 11000 | 1011100 | 100110 | 111110 |
Color Harmonies of #9BC378
Complementary color
Monochromatic Colors of #9BC378
Black with #9BC378
Text Example
Text Example
White with #9BC378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC378; }
p { color: rgb(155,195,120); }
H1.HeaderClassName
{
color: #9BC378;
}
.AnyTagClassName
{
color: #9BC378;
}
</style>
background-color css
<style>
a { background-color: #9BC378; }
a { background-color: rgb(155,195,120); }
div.DivClassName
{
background-color: #9BC378;
}
.BgClassName
{
background-color: #9BC378;
}
</style>
border-color css
<style>
span { border-color: #9BC378; }
span { border-color: rgb(155,195,120); }
td.TdClassName
{
border-color: #9BC378;
}
.TagClassName
{
border-color: #9BC378;
}
</style>