Shades of Olivine #8DC172
Tints of Olivine #8DC172
RGB
CMYK
RGB Variations
Color information
#8DC172 (or 0x8DC172) is known color: Olivine. HEX triplet: 8D, C1 and 72. RGB value is (141,193,114). Sum of RGB (Red+Green+Blue) = 141+193+114=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC172 is #723E8D. Grayscale: #A8A8A8. Windows color (decimal): -7487118 or 7520653. OLE color: 7520653.
HSL color Cylindrical-coordinate representation of color #8DC172: hue angle of 99.49º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DC172 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 114 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.24 |
| HSL | 99.49º | 0.39% | 0.6% | - |
| HSV(B) | 99.49º | 0.41% | 0.76% | - |
| XYZ | 33.09 | 45.02 | 22.86 | - |
| YUV | 168.45 | 97.27 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 114 | 0.27 | 0 | 0.41 | 0.24 | 99.49 | 0.39 | 0.6 |
| Hex | 8D | C1 | 72 | 1B | 0 | 29 | 18 | 63 | 27 | 3C |
| Octal | 215 | 301 | 162 | 33 | 0 | 51 | 30 | 143 | 47 | 74 |
| Binary | 10001101 | 11000001 | 1110010 | 11011 | 0 | 101001 | 11000 | 1100011 | 100111 | 111100 |
Color Harmonies of #8DC172
Complementary color
Monochromatic Colors of #8DC172
Black with #8DC172
Text Example
Text Example
White with #8DC172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC172; }
p { color: rgb(141,193,114); }
H1.HeaderClassName
{
color: #8DC172;
}
.AnyTagClassName
{
color: #8DC172;
}
</style>
background-color css
<style>
a { background-color: #8DC172; }
a { background-color: rgb(141,193,114); }
div.DivClassName
{
background-color: #8DC172;
}
.BgClassName
{
background-color: #8DC172;
}
</style>
border-color css
<style>
span { border-color: #8DC172; }
span { border-color: rgb(141,193,114); }
td.TdClassName
{
border-color: #8DC172;
}
.TagClassName
{
border-color: #8DC172;
}
</style>