Shades of Olivine #9BC07C
Tints of Olivine #9BC07C
RGB
CMYK
RGB Variations
Color information
#9BC07C (or 0x9BC07C) is known color: Olivine. HEX triplet: 9B, C0 and 7C. RGB value is (155,192,124). Sum of RGB (Red+Green+Blue) = 155+192+124=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC07C is #643F83. Grayscale: #ADADAD. Windows color (decimal): -6569860 or 8175771. OLE color: 8175771.
HSL color Cylindrical-coordinate representation of color #9BC07C: hue angle of 92.65º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BC07C is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 192 | 124 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.25 |
| HSL | 92.65º | 0.35% | 0.62% | - |
| HSV(B) | 92.65º | 0.35% | 0.75% | - |
| XYZ | 36.01 | 46.12 | 26.07 | - |
| YUV | 173.19 | 100.24 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 124 | 0.19 | 0 | 0.35 | 0.25 | 92.65 | 0.35 | 0.62 |
| Hex | 9B | C0 | 7C | 13 | 0 | 23 | 19 | 5D | 23 | 3E |
| Octal | 233 | 300 | 174 | 23 | 0 | 43 | 31 | 135 | 43 | 76 |
| Binary | 10011011 | 11000000 | 1111100 | 10011 | 0 | 100011 | 11001 | 1011101 | 100011 | 111110 |
Color Harmonies of #9BC07C
Complementary color
Monochromatic Colors of #9BC07C
Black with #9BC07C
Text Example
Text Example
White with #9BC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC07C; }
p { color: rgb(155,192,124); }
H1.HeaderClassName
{
color: #9BC07C;
}
.AnyTagClassName
{
color: #9BC07C;
}
</style>
background-color css
<style>
a { background-color: #9BC07C; }
a { background-color: rgb(155,192,124); }
div.DivClassName
{
background-color: #9BC07C;
}
.BgClassName
{
background-color: #9BC07C;
}
</style>
border-color css
<style>
span { border-color: #9BC07C; }
span { border-color: rgb(155,192,124); }
td.TdClassName
{
border-color: #9BC07C;
}
.TagClassName
{
border-color: #9BC07C;
}
</style>