Shades of Olivine #9BC080
Tints of Olivine #9BC080
RGB
CMYK
RGB Variations
Color information
#9BC080 (or 0x9BC080) is known color: Olivine. HEX triplet: 9B, C0 and 80. RGB value is (155,192,128). Sum of RGB (Red+Green+Blue) = 155+192+128=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC080 is #643F7F. Grayscale: #ADADAD. Windows color (decimal): -6569856 or 8437915. OLE color: 8437915.
HSL color Cylindrical-coordinate representation of color #9BC080: hue angle of 94.69º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BC080 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 192 | 128 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.25 |
| HSL | 94.69º | 0.34% | 0.63% | - |
| HSV(B) | 94.69º | 0.33% | 0.75% | - |
| XYZ | 36.26 | 46.23 | 27.43 | - |
| YUV | 173.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 128 | 0.19 | 0 | 0.33 | 0.25 | 94.69 | 0.34 | 0.63 |
| Hex | 9B | C0 | 80 | 13 | 0 | 21 | 19 | 5F | 22 | 3F |
| Octal | 233 | 300 | 200 | 23 | 0 | 41 | 31 | 137 | 42 | 77 |
| Binary | 10011011 | 11000000 | 10000000 | 10011 | 0 | 100001 | 11001 | 1011111 | 100010 | 111111 |
Color Harmonies of #9BC080
Complementary color
Monochromatic Colors of #9BC080
Black with #9BC080
Text Example
Text Example
White with #9BC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC080; }
p { color: rgb(155,192,128); }
H1.HeaderClassName
{
color: #9BC080;
}
.AnyTagClassName
{
color: #9BC080;
}
</style>
background-color css
<style>
a { background-color: #9BC080; }
a { background-color: rgb(155,192,128); }
div.DivClassName
{
background-color: #9BC080;
}
.BgClassName
{
background-color: #9BC080;
}
</style>
border-color css
<style>
span { border-color: #9BC080; }
span { border-color: rgb(155,192,128); }
td.TdClassName
{
border-color: #9BC080;
}
.TagClassName
{
border-color: #9BC080;
}
</style>