Shades of Olivine #8CBE74
Tints of Olivine #8CBE74
RGB
CMYK
RGB Variations
Color information
#8CBE74 (or 0x8CBE74) is known color: Olivine. HEX triplet: 8C, BE and 74. RGB value is (140,190,116). Sum of RGB (Red+Green+Blue) = 140+190+116=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBE74 is #73418B. Grayscale: #A6A6A6. Windows color (decimal): -7553420 or 7650956. OLE color: 7650956.
HSL color Cylindrical-coordinate representation of color #8CBE74: hue angle of 100.54º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CBE74 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 116 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.25 |
| HSL | 100.54º | 0.36% | 0.6% | - |
| HSV(B) | 100.54º | 0.39% | 0.75% | - |
| XYZ | 32.38 | 43.66 | 23.24 | - |
| YUV | 166.61 | 99.44 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 116 | 0.26 | 0 | 0.39 | 0.25 | 100.54 | 0.36 | 0.6 |
| Hex | 8C | BE | 74 | 1A | 0 | 27 | 19 | 65 | 24 | 3C |
| Octal | 214 | 276 | 164 | 32 | 0 | 47 | 31 | 145 | 44 | 74 |
| Binary | 10001100 | 10111110 | 1110100 | 11010 | 0 | 100111 | 11001 | 1100101 | 100100 | 111100 |
Color Harmonies of #8CBE74
Complementary color
Monochromatic Colors of #8CBE74
Black with #8CBE74
Text Example
Text Example
White with #8CBE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBE74; }
p { color: rgb(140,190,116); }
H1.HeaderClassName
{
color: #8CBE74;
}
.AnyTagClassName
{
color: #8CBE74;
}
</style>
background-color css
<style>
a { background-color: #8CBE74; }
a { background-color: rgb(140,190,116); }
div.DivClassName
{
background-color: #8CBE74;
}
.BgClassName
{
background-color: #8CBE74;
}
</style>
border-color css
<style>
span { border-color: #8CBE74; }
span { border-color: rgb(140,190,116); }
td.TdClassName
{
border-color: #8CBE74;
}
.TagClassName
{
border-color: #8CBE74;
}
</style>