Shades of Olivine #8CBE76
Tints of Olivine #8CBE76
RGB
CMYK
RGB Variations
Color information
#8CBE76 (or 0x8CBE76) is known color: Olivine. HEX triplet: 8C, BE and 76. RGB value is (140,190,118). Sum of RGB (Red+Green+Blue) = 140+190+118=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBE76 is #734189. Grayscale: #A7A7A7. Windows color (decimal): -7553418 or 7782028. OLE color: 7782028.
HSL color Cylindrical-coordinate representation of color #8CBE76: hue angle of 101.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CBE76 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 118 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.25 |
| HSL | 101.67º | 0.36% | 0.6% | - |
| HSV(B) | 101.67º | 0.38% | 0.75% | - |
| XYZ | 32.5 | 43.71 | 23.86 | - |
| YUV | 166.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 118 | 0.26 | 0 | 0.38 | 0.25 | 101.67 | 0.36 | 0.6 |
| Hex | 8C | BE | 76 | 1A | 0 | 26 | 19 | 66 | 24 | 3C |
| Octal | 214 | 276 | 166 | 32 | 0 | 46 | 31 | 146 | 44 | 74 |
| Binary | 10001100 | 10111110 | 1110110 | 11010 | 0 | 100110 | 11001 | 1100110 | 100100 | 111100 |
Color Harmonies of #8CBE76
Complementary color
Monochromatic Colors of #8CBE76
Black with #8CBE76
Text Example
Text Example
White with #8CBE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBE76; }
p { color: rgb(140,190,118); }
H1.HeaderClassName
{
color: #8CBE76;
}
.AnyTagClassName
{
color: #8CBE76;
}
</style>
background-color css
<style>
a { background-color: #8CBE76; }
a { background-color: rgb(140,190,118); }
div.DivClassName
{
background-color: #8CBE76;
}
.BgClassName
{
background-color: #8CBE76;
}
</style>
border-color css
<style>
span { border-color: #8CBE76; }
span { border-color: rgb(140,190,118); }
td.TdClassName
{
border-color: #8CBE76;
}
.TagClassName
{
border-color: #8CBE76;
}
</style>