Shades of Olivine #9CBC73
Tints of Olivine #9CBC73
RGB
CMYK
RGB Variations
Color information
#9CBC73 (or 0x9CBC73) is known color: Olivine. HEX triplet: 9C, BC and 73. RGB value is (156,188,115). Sum of RGB (Red+Green+Blue) = 156+188+115=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBC73 is #63438C. Grayscale: #AAAAAA. Windows color (decimal): -6505357 or 7584924. OLE color: 7584924.
HSL color Cylindrical-coordinate representation of color #9CBC73: hue angle of 86.3º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CBC73 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 115 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.26 |
| HSL | 86.3º | 0.35% | 0.59% | - |
| HSV(B) | 86.3º | 0.39% | 0.74% | - |
| XYZ | 34.79 | 44.27 | 22.93 | - |
| YUV | 170.11 | 96.9 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 115 | 0.17 | 0 | 0.39 | 0.26 | 86.3 | 0.35 | 0.59 |
| Hex | 9C | BC | 73 | 11 | 0 | 27 | 1A | 56 | 23 | 3B |
| Octal | 234 | 274 | 163 | 21 | 0 | 47 | 32 | 126 | 43 | 73 |
| Binary | 10011100 | 10111100 | 1110011 | 10001 | 0 | 100111 | 11010 | 1010110 | 100011 | 111011 |
Color Harmonies of #9CBC73
Complementary color
Monochromatic Colors of #9CBC73
Black with #9CBC73
Text Example
Text Example
White with #9CBC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC73; }
p { color: rgb(156,188,115); }
H1.HeaderClassName
{
color: #9CBC73;
}
.AnyTagClassName
{
color: #9CBC73;
}
</style>
background-color css
<style>
a { background-color: #9CBC73; }
a { background-color: rgb(156,188,115); }
div.DivClassName
{
background-color: #9CBC73;
}
.BgClassName
{
background-color: #9CBC73;
}
</style>
border-color css
<style>
span { border-color: #9CBC73; }
span { border-color: rgb(156,188,115); }
td.TdClassName
{
border-color: #9CBC73;
}
.TagClassName
{
border-color: #9CBC73;
}
</style>