Shades of Olivine #9BC072
Tints of Olivine #9BC072
RGB
CMYK
RGB Variations
Color information
#9BC072 (or 0x9BC072) is known color: Olivine. HEX triplet: 9B, C0 and 72. RGB value is (155,192,114). Sum of RGB (Red+Green+Blue) = 155+192+114=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC072 is #643F8D. Grayscale: #ACACAC. Windows color (decimal): -6569870 or 7520411. OLE color: 7520411.
HSL color Cylindrical-coordinate representation of color #9BC072: hue angle of 88.46º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9BC072 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 192 | 114 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.25 |
| HSL | 88.46º | 0.38% | 0.6% | - |
| HSV(B) | 88.46º | 0.41% | 0.75% | - |
| XYZ | 35.4 | 45.88 | 22.91 | - |
| YUV | 172.05 | 95.24 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 114 | 0.19 | 0 | 0.41 | 0.25 | 88.46 | 0.38 | 0.6 |
| Hex | 9B | C0 | 72 | 13 | 0 | 29 | 19 | 58 | 26 | 3C |
| Octal | 233 | 300 | 162 | 23 | 0 | 51 | 31 | 130 | 46 | 74 |
| Binary | 10011011 | 11000000 | 1110010 | 10011 | 0 | 101001 | 11001 | 1011000 | 100110 | 111100 |
Color Harmonies of #9BC072
Complementary color
Monochromatic Colors of #9BC072
Black with #9BC072
Text Example
Text Example
White with #9BC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC072; }
p { color: rgb(155,192,114); }
H1.HeaderClassName
{
color: #9BC072;
}
.AnyTagClassName
{
color: #9BC072;
}
</style>
background-color css
<style>
a { background-color: #9BC072; }
a { background-color: rgb(155,192,114); }
div.DivClassName
{
background-color: #9BC072;
}
.BgClassName
{
background-color: #9BC072;
}
</style>
border-color css
<style>
span { border-color: #9BC072; }
span { border-color: rgb(155,192,114); }
td.TdClassName
{
border-color: #9BC072;
}
.TagClassName
{
border-color: #9BC072;
}
</style>