Shades of Olivine #8CC173
Tints of Olivine #8CC173
RGB
CMYK
RGB Variations
Color information
#8CC173 (or 0x8CC173) is known color: Olivine. HEX triplet: 8C, C1 and 73. RGB value is (140,193,115). Sum of RGB (Red+Green+Blue) = 140+193+115=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC173 is #733E8C. Grayscale: #A8A8A8. Windows color (decimal): -7552653 or 7586188. OLE color: 7586188.
HSL color Cylindrical-coordinate representation of color #8CC173: hue angle of 100.77º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CC173 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 193 | 115 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.24 |
| HSL | 100.77º | 0.39% | 0.6% | - |
| HSV(B) | 100.77º | 0.4% | 0.76% | - |
| XYZ | 32.98 | 44.95 | 23.16 | - |
| YUV | 168.26 | 97.94 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 193 | 115 | 0.27 | 0 | 0.40 | 0.24 | 100.77 | 0.39 | 0.6 |
| Hex | 8C | C1 | 73 | 1B | 0 | 28 | 18 | 65 | 27 | 3C |
| Octal | 214 | 301 | 163 | 33 | 0 | 50 | 30 | 145 | 47 | 74 |
| Binary | 10001100 | 11000001 | 1110011 | 11011 | 0 | 101000 | 11000 | 1100101 | 100111 | 111100 |
Color Harmonies of #8CC173
Complementary color
Monochromatic Colors of #8CC173
Black with #8CC173
Text Example
Text Example
White with #8CC173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC173; }
p { color: rgb(140,193,115); }
H1.HeaderClassName
{
color: #8CC173;
}
.AnyTagClassName
{
color: #8CC173;
}
</style>
background-color css
<style>
a { background-color: #8CC173; }
a { background-color: rgb(140,193,115); }
div.DivClassName
{
background-color: #8CC173;
}
.BgClassName
{
background-color: #8CC173;
}
</style>
border-color css
<style>
span { border-color: #8CC173; }
span { border-color: rgb(140,193,115); }
td.TdClassName
{
border-color: #8CC173;
}
.TagClassName
{
border-color: #8CC173;
}
</style>