Shades of Olivine #94BD7B
Tints of Olivine #94BD7B
RGB
CMYK
RGB Variations
Color information
#94BD7B (or 0x94BD7B) is known color: Olivine. HEX triplet: 94, BD and 7B. RGB value is (148,189,123). Sum of RGB (Red+Green+Blue) = 148+189+123=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BD7B is #6B4284. Grayscale: #A9A9A9. Windows color (decimal): -7029381 or 8109460. OLE color: 8109460.
HSL color Cylindrical-coordinate representation of color #94BD7B: hue angle of 97.27º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94BD7B is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 189 | 123 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.26 |
| HSL | 97.27º | 0.33% | 0.61% | - |
| HSV(B) | 97.27º | 0.35% | 0.74% | - |
| XYZ | 33.99 | 44.12 | 25.46 | - |
| YUV | 169.22 | 101.92 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 123 | 0.22 | 0 | 0.35 | 0.26 | 97.27 | 0.33 | 0.61 |
| Hex | 94 | BD | 7B | 16 | 0 | 23 | 1A | 61 | 21 | 3D |
| Octal | 224 | 275 | 173 | 26 | 0 | 43 | 32 | 141 | 41 | 75 |
| Binary | 10010100 | 10111101 | 1111011 | 10110 | 0 | 100011 | 11010 | 1100001 | 100001 | 111101 |
Color Harmonies of #94BD7B
Complementary color
Monochromatic Colors of #94BD7B
Black with #94BD7B
Text Example
Text Example
White with #94BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BD7B; }
p { color: rgb(148,189,123); }
H1.HeaderClassName
{
color: #94BD7B;
}
.AnyTagClassName
{
color: #94BD7B;
}
</style>
background-color css
<style>
a { background-color: #94BD7B; }
a { background-color: rgb(148,189,123); }
div.DivClassName
{
background-color: #94BD7B;
}
.BgClassName
{
background-color: #94BD7B;
}
</style>
border-color css
<style>
span { border-color: #94BD7B; }
span { border-color: rgb(148,189,123); }
td.TdClassName
{
border-color: #94BD7B;
}
.TagClassName
{
border-color: #94BD7B;
}
</style>