Shades of Olivine #8CA772
Tints of Olivine #8CA772
RGB
CMYK
RGB Variations
Color information
#8CA772 (or 0x8CA772) is known color: Olivine. HEX triplet: 8C, A7 and 72. RGB value is (140,167,114). Sum of RGB (Red+Green+Blue) = 140+167+114=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA772 is #73588D. Grayscale: #999999. Windows color (decimal): -7559310 or 7513996. OLE color: 7513996.
HSL color Cylindrical-coordinate representation of color #8CA772: hue angle of 90.57º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CA772 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 167 | 114 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.35 |
| HSL | 90.57º | 0.23% | 0.55% | - |
| HSV(B) | 90.57º | 0.32% | 0.65% | - |
| XYZ | 27.67 | 34.43 | 21.11 | - |
| YUV | 152.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 167 | 114 | 0.16 | 0 | 0.32 | 0.35 | 90.57 | 0.23 | 0.55 |
| Hex | 8C | A7 | 72 | 10 | 0 | 20 | 23 | 5B | 17 | 37 |
| Octal | 214 | 247 | 162 | 20 | 0 | 40 | 43 | 133 | 27 | 67 |
| Binary | 10001100 | 10100111 | 1110010 | 10000 | 0 | 100000 | 100011 | 1011011 | 10111 | 110111 |
Color Harmonies of #8CA772
Complementary color
Monochromatic Colors of #8CA772
Black with #8CA772
Text Example
Text Example
White with #8CA772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA772; }
p { color: rgb(140,167,114); }
H1.HeaderClassName
{
color: #8CA772;
}
.AnyTagClassName
{
color: #8CA772;
}
</style>
background-color css
<style>
a { background-color: #8CA772; }
a { background-color: rgb(140,167,114); }
div.DivClassName
{
background-color: #8CA772;
}
.BgClassName
{
background-color: #8CA772;
}
</style>
border-color css
<style>
span { border-color: #8CA772; }
span { border-color: rgb(140,167,114); }
td.TdClassName
{
border-color: #8CA772;
}
.TagClassName
{
border-color: #8CA772;
}
</style>