Shades of Olivine #8CB667
Tints of Olivine #8CB667
RGB
CMYK
RGB Variations
Color information
#8CB667 (or 0x8CB667) is known color: Olivine. HEX triplet: 8C, B6 and 67. RGB value is (140,182,103). Sum of RGB (Red+Green+Blue) = 140+182+103=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB667 is #734998. Grayscale: #A0A0A0. Windows color (decimal): -7555481 or 6796940. OLE color: 6796940.
HSL color Cylindrical-coordinate representation of color #8CB667: hue angle of 91.9º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CB667 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 103 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.29 |
| HSL | 91.9º | 0.35% | 0.56% | - |
| HSV(B) | 91.9º | 0.43% | 0.71% | - |
| XYZ | 29.99 | 40.01 | 18.97 | - |
| YUV | 160.44 | 95.59 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 103 | 0.23 | 0 | 0.43 | 0.29 | 91.9 | 0.35 | 0.56 |
| Hex | 8C | B6 | 67 | 17 | 0 | 2B | 1D | 5C | 23 | 38 |
| Octal | 214 | 266 | 147 | 27 | 0 | 53 | 35 | 134 | 43 | 70 |
| Binary | 10001100 | 10110110 | 1100111 | 10111 | 0 | 101011 | 11101 | 1011100 | 100011 | 111000 |
Color Harmonies of #8CB667
Complementary color
Monochromatic Colors of #8CB667
Black with #8CB667
Text Example
Text Example
White with #8CB667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB667; }
p { color: rgb(140,182,103); }
H1.HeaderClassName
{
color: #8CB667;
}
.AnyTagClassName
{
color: #8CB667;
}
</style>
background-color css
<style>
a { background-color: #8CB667; }
a { background-color: rgb(140,182,103); }
div.DivClassName
{
background-color: #8CB667;
}
.BgClassName
{
background-color: #8CB667;
}
</style>
border-color css
<style>
span { border-color: #8CB667; }
span { border-color: rgb(140,182,103); }
td.TdClassName
{
border-color: #8CB667;
}
.TagClassName
{
border-color: #8CB667;
}
</style>