Shades of Olivine #8CC072
Tints of Olivine #8CC072
RGB
CMYK
RGB Variations
Color information
#8CC072 (or 0x8CC072) is known color: Olivine. HEX triplet: 8C, C0 and 72. RGB value is (140,192,114). Sum of RGB (Red+Green+Blue) = 140+192+114=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC072 is #733F8D. Grayscale: #A7A7A7. Windows color (decimal): -7552910 or 7520396. OLE color: 7520396.
HSL color Cylindrical-coordinate representation of color #8CC072: hue angle of 100º 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 #8CC072 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 114 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.25 |
| HSL | 100º | 0.38% | 0.6% | - |
| HSV(B) | 100º | 0.41% | 0.75% | - |
| XYZ | 32.7 | 44.49 | 22.78 | - |
| YUV | 167.56 | 97.77 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 114 | 0.27 | 0 | 0.41 | 0.25 | 100 | 0.38 | 0.6 |
| Hex | 8C | C0 | 72 | 1B | 0 | 29 | 19 | 64 | 26 | 3C |
| Octal | 214 | 300 | 162 | 33 | 0 | 51 | 31 | 144 | 46 | 74 |
| Binary | 10001100 | 11000000 | 1110010 | 11011 | 0 | 101001 | 11001 | 1100100 | 100110 | 111100 |
Color Harmonies of #8CC072
Complementary color
Monochromatic Colors of #8CC072
Black with #8CC072
Text Example
Text Example
White with #8CC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC072; }
p { color: rgb(140,192,114); }
H1.HeaderClassName
{
color: #8CC072;
}
.AnyTagClassName
{
color: #8CC072;
}
</style>
background-color css
<style>
a { background-color: #8CC072; }
a { background-color: rgb(140,192,114); }
div.DivClassName
{
background-color: #8CC072;
}
.BgClassName
{
background-color: #8CC072;
}
</style>
border-color css
<style>
span { border-color: #8CC072; }
span { border-color: rgb(140,192,114); }
td.TdClassName
{
border-color: #8CC072;
}
.TagClassName
{
border-color: #8CC072;
}
</style>