Shades of Olivine #8BBC79
Tints of Olivine #8BBC79
RGB
CMYK
RGB Variations
Color information
#8BBC79 (or 0x8BBC79) is known color: Olivine. HEX triplet: 8B, BC and 79. RGB value is (139,188,121). Sum of RGB (Red+Green+Blue) = 139+188+121=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBC79 is #744386. Grayscale: #A5A5A5. Windows color (decimal): -7619463 or 7978123. OLE color: 7978123.
HSL color Cylindrical-coordinate representation of color #8BBC79: hue angle of 103.88º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BBC79 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 121 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.26 |
| HSL | 103.88º | 0.33% | 0.61% | - |
| HSV(B) | 103.88º | 0.36% | 0.74% | - |
| XYZ | 32.08 | 42.84 | 24.67 | - |
| YUV | 165.71 | 102.77 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 121 | 0.26 | 0 | 0.36 | 0.26 | 103.88 | 0.33 | 0.61 |
| Hex | 8B | BC | 79 | 1A | 0 | 24 | 1A | 68 | 21 | 3D |
| Octal | 213 | 274 | 171 | 32 | 0 | 44 | 32 | 150 | 41 | 75 |
| Binary | 10001011 | 10111100 | 1111001 | 11010 | 0 | 100100 | 11010 | 1101000 | 100001 | 111101 |
Color Harmonies of #8BBC79
Complementary color
Monochromatic Colors of #8BBC79
Black with #8BBC79
Text Example
Text Example
White with #8BBC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC79; }
p { color: rgb(139,188,121); }
H1.HeaderClassName
{
color: #8BBC79;
}
.AnyTagClassName
{
color: #8BBC79;
}
</style>
background-color css
<style>
a { background-color: #8BBC79; }
a { background-color: rgb(139,188,121); }
div.DivClassName
{
background-color: #8BBC79;
}
.BgClassName
{
background-color: #8BBC79;
}
</style>
border-color css
<style>
span { border-color: #8BBC79; }
span { border-color: rgb(139,188,121); }
td.TdClassName
{
border-color: #8BBC79;
}
.TagClassName
{
border-color: #8BBC79;
}
</style>