Shades of Olivine #8CB673
Tints of Olivine #8CB673
RGB
CMYK
RGB Variations
Color information
#8CB673 (or 0x8CB673) is known color: Olivine. HEX triplet: 8C, B6 and 73. RGB value is (140,182,115). Sum of RGB (Red+Green+Blue) = 140+182+115=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB673 is #73498C. Grayscale: #A2A2A2. Windows color (decimal): -7555469 or 7583372. OLE color: 7583372.
HSL color Cylindrical-coordinate representation of color #8CB673: hue angle of 97.61º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CB673 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 115 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.29 |
| HSL | 97.61º | 0.31% | 0.58% | - |
| HSV(B) | 97.61º | 0.37% | 0.71% | - |
| XYZ | 30.64 | 40.27 | 22.38 | - |
| YUV | 161.8 | 101.59 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 115 | 0.23 | 0 | 0.37 | 0.29 | 97.61 | 0.31 | 0.58 |
| Hex | 8C | B6 | 73 | 17 | 0 | 25 | 1D | 62 | 1F | 3A |
| Octal | 214 | 266 | 163 | 27 | 0 | 45 | 35 | 142 | 37 | 72 |
| Binary | 10001100 | 10110110 | 1110011 | 10111 | 0 | 100101 | 11101 | 1100010 | 11111 | 111010 |
Color Harmonies of #8CB673
Complementary color
Monochromatic Colors of #8CB673
Black with #8CB673
Text Example
Text Example
White with #8CB673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB673; }
p { color: rgb(140,182,115); }
H1.HeaderClassName
{
color: #8CB673;
}
.AnyTagClassName
{
color: #8CB673;
}
</style>
background-color css
<style>
a { background-color: #8CB673; }
a { background-color: rgb(140,182,115); }
div.DivClassName
{
background-color: #8CB673;
}
.BgClassName
{
background-color: #8CB673;
}
</style>
border-color css
<style>
span { border-color: #8CB673; }
span { border-color: rgb(140,182,115); }
td.TdClassName
{
border-color: #8CB673;
}
.TagClassName
{
border-color: #8CB673;
}
</style>