Shades of Olivine #94BC6B
Tints of Olivine #94BC6B
RGB
CMYK
RGB Variations
Color information
#94BC6B (or 0x94BC6B) is known color: Olivine. HEX triplet: 94, BC and 6B. RGB value is (148,188,107). Sum of RGB (Red+Green+Blue) = 148+188+107=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BC6B is #6B4394. Grayscale: #A7A7A7. Windows color (decimal): -7029653 or 7060628. OLE color: 7060628.
HSL color Cylindrical-coordinate representation of color #94BC6B: hue angle of 89.63º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94BC6B is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 188 | 107 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.26 |
| HSL | 89.63º | 0.38% | 0.58% | - |
| HSV(B) | 89.63º | 0.43% | 0.74% | - |
| XYZ | 32.85 | 43.32 | 20.54 | - |
| YUV | 166.81 | 94.25 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 107 | 0.21 | 0 | 0.43 | 0.26 | 89.63 | 0.38 | 0.58 |
| Hex | 94 | BC | 6B | 15 | 0 | 2B | 1A | 5A | 26 | 3A |
| Octal | 224 | 274 | 153 | 25 | 0 | 53 | 32 | 132 | 46 | 72 |
| Binary | 10010100 | 10111100 | 1101011 | 10101 | 0 | 101011 | 11010 | 1011010 | 100110 | 111010 |
Color Harmonies of #94BC6B
Complementary color
Monochromatic Colors of #94BC6B
Black with #94BC6B
Text Example
Text Example
White with #94BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BC6B; }
p { color: rgb(148,188,107); }
H1.HeaderClassName
{
color: #94BC6B;
}
.AnyTagClassName
{
color: #94BC6B;
}
</style>
background-color css
<style>
a { background-color: #94BC6B; }
a { background-color: rgb(148,188,107); }
div.DivClassName
{
background-color: #94BC6B;
}
.BgClassName
{
background-color: #94BC6B;
}
</style>
border-color css
<style>
span { border-color: #94BC6B; }
span { border-color: rgb(148,188,107); }
td.TdClassName
{
border-color: #94BC6B;
}
.TagClassName
{
border-color: #94BC6B;
}
</style>