Shades of Olivine #94BD7E
Tints of Olivine #94BD7E
RGB
CMYK
RGB Variations
Color information
#94BD7E (or 0x94BD7E) is known color: Olivine. HEX triplet: 94, BD and 7E. RGB value is (148,189,126). Sum of RGB (Red+Green+Blue) = 148+189+126=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BD7E is #6B4281. Grayscale: #A9A9A9. Windows color (decimal): -7029378 or 8306068. OLE color: 8306068.
HSL color Cylindrical-coordinate representation of color #94BD7E: hue angle of 99.05º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94BD7E is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 189 | 126 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.26 |
| HSL | 99.05º | 0.32% | 0.62% | - |
| HSV(B) | 99.05º | 0.33% | 0.74% | - |
| XYZ | 34.18 | 44.2 | 26.47 | - |
| YUV | 169.56 | 103.42 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 126 | 0.22 | 0 | 0.33 | 0.26 | 99.05 | 0.32 | 0.62 |
| Hex | 94 | BD | 7E | 16 | 0 | 21 | 1A | 63 | 20 | 3E |
| Octal | 224 | 275 | 176 | 26 | 0 | 41 | 32 | 143 | 40 | 76 |
| Binary | 10010100 | 10111101 | 1111110 | 10110 | 0 | 100001 | 11010 | 1100011 | 100000 | 111110 |
Color Harmonies of #94BD7E
Complementary color
Monochromatic Colors of #94BD7E
Black with #94BD7E
Text Example
Text Example
White with #94BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BD7E; }
p { color: rgb(148,189,126); }
H1.HeaderClassName
{
color: #94BD7E;
}
.AnyTagClassName
{
color: #94BD7E;
}
</style>
background-color css
<style>
a { background-color: #94BD7E; }
a { background-color: rgb(148,189,126); }
div.DivClassName
{
background-color: #94BD7E;
}
.BgClassName
{
background-color: #94BD7E;
}
</style>
border-color css
<style>
span { border-color: #94BD7E; }
span { border-color: rgb(148,189,126); }
td.TdClassName
{
border-color: #94BD7E;
}
.TagClassName
{
border-color: #94BD7E;
}
</style>