Shades of Olivine #8CBF74
Tints of Olivine #8CBF74
RGB
CMYK
RGB Variations
Color information
#8CBF74 (or 0x8CBF74) is known color: Olivine. HEX triplet: 8C, BF and 74. RGB value is (140,191,116). Sum of RGB (Red+Green+Blue) = 140+191+116=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBF74 is #73408B. Grayscale: #A7A7A7. Windows color (decimal): -7553164 or 7651212. OLE color: 7651212.
HSL color Cylindrical-coordinate representation of color #8CBF74: hue angle of 100.8º degrees, saturation: 0.37, 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 #8CBF74 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 191 | 116 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.25 |
| HSL | 100.8º | 0.37% | 0.6% | - |
| HSV(B) | 100.8º | 0.39% | 0.75% | - |
| XYZ | 32.6 | 44.1 | 23.32 | - |
| YUV | 167.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 191 | 116 | 0.27 | 0 | 0.39 | 0.25 | 100.8 | 0.37 | 0.6 |
| Hex | 8C | BF | 74 | 1B | 0 | 27 | 19 | 65 | 25 | 3C |
| Octal | 214 | 277 | 164 | 33 | 0 | 47 | 31 | 145 | 45 | 74 |
| Binary | 10001100 | 10111111 | 1110100 | 11011 | 0 | 100111 | 11001 | 1100101 | 100101 | 111100 |
Color Harmonies of #8CBF74
Complementary color
Monochromatic Colors of #8CBF74
Black with #8CBF74
Text Example
Text Example
White with #8CBF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBF74; }
p { color: rgb(140,191,116); }
H1.HeaderClassName
{
color: #8CBF74;
}
.AnyTagClassName
{
color: #8CBF74;
}
</style>
background-color css
<style>
a { background-color: #8CBF74; }
a { background-color: rgb(140,191,116); }
div.DivClassName
{
background-color: #8CBF74;
}
.BgClassName
{
background-color: #8CBF74;
}
</style>
border-color css
<style>
span { border-color: #8CBF74; }
span { border-color: rgb(140,191,116); }
td.TdClassName
{
border-color: #8CBF74;
}
.TagClassName
{
border-color: #8CBF74;
}
</style>