Shades of Olivine #94BC7D
Tints of Olivine #94BC7D
RGB
CMYK
RGB Variations
Color information
#94BC7D (or 0x94BC7D) is known color: Olivine. HEX triplet: 94, BC and 7D. RGB value is (148,188,125). Sum of RGB (Red+Green+Blue) = 148+188+125=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BC7D is #6B4382. Grayscale: #A9A9A9. Windows color (decimal): -7029635 or 8240276. OLE color: 8240276.
HSL color Cylindrical-coordinate representation of color #94BC7D: hue angle of 98.1º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94BC7D is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 188 | 125 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.26 |
| HSL | 98.1º | 0.32% | 0.61% | - |
| HSV(B) | 98.1º | 0.34% | 0.74% | - |
| XYZ | 33.9 | 43.74 | 26.06 | - |
| YUV | 168.86 | 103.25 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 125 | 0.21 | 0 | 0.34 | 0.26 | 98.1 | 0.32 | 0.61 |
| Hex | 94 | BC | 7D | 15 | 0 | 22 | 1A | 62 | 20 | 3D |
| Octal | 224 | 274 | 175 | 25 | 0 | 42 | 32 | 142 | 40 | 75 |
| Binary | 10010100 | 10111100 | 1111101 | 10101 | 0 | 100010 | 11010 | 1100010 | 100000 | 111101 |
Color Harmonies of #94BC7D
Complementary color
Monochromatic Colors of #94BC7D
Black with #94BC7D
Text Example
Text Example
White with #94BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BC7D; }
p { color: rgb(148,188,125); }
H1.HeaderClassName
{
color: #94BC7D;
}
.AnyTagClassName
{
color: #94BC7D;
}
</style>
background-color css
<style>
a { background-color: #94BC7D; }
a { background-color: rgb(148,188,125); }
div.DivClassName
{
background-color: #94BC7D;
}
.BgClassName
{
background-color: #94BC7D;
}
</style>
border-color css
<style>
span { border-color: #94BC7D; }
span { border-color: rgb(148,188,125); }
td.TdClassName
{
border-color: #94BC7D;
}
.TagClassName
{
border-color: #94BC7D;
}
</style>