Shades of Olivine #94BD6D
Tints of Olivine #94BD6D
RGB
CMYK
RGB Variations
Color information
#94BD6D (or 0x94BD6D) is known color: Olivine. HEX triplet: 94, BD and 6D. RGB value is (148,189,109). Sum of RGB (Red+Green+Blue) = 148+189+109=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BD6D is #6B4292. Grayscale: #A7A7A7. Windows color (decimal): -7029395 or 7191956. OLE color: 7191956.
HSL color Cylindrical-coordinate representation of color #94BD6D: hue angle of 90.75º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94BD6D is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 189 | 109 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.26 |
| HSL | 90.75º | 0.38% | 0.58% | - |
| HSV(B) | 90.75º | 0.42% | 0.74% | - |
| XYZ | 33.17 | 43.8 | 21.17 | - |
| YUV | 167.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 109 | 0.22 | 0 | 0.42 | 0.26 | 90.75 | 0.38 | 0.58 |
| Hex | 94 | BD | 6D | 16 | 0 | 2A | 1A | 5B | 26 | 3A |
| Octal | 224 | 275 | 155 | 26 | 0 | 52 | 32 | 133 | 46 | 72 |
| Binary | 10010100 | 10111101 | 1101101 | 10110 | 0 | 101010 | 11010 | 1011011 | 100110 | 111010 |
Color Harmonies of #94BD6D
Complementary color
Monochromatic Colors of #94BD6D
Black with #94BD6D
Text Example
Text Example
White with #94BD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BD6D; }
p { color: rgb(148,189,109); }
H1.HeaderClassName
{
color: #94BD6D;
}
.AnyTagClassName
{
color: #94BD6D;
}
</style>
background-color css
<style>
a { background-color: #94BD6D; }
a { background-color: rgb(148,189,109); }
div.DivClassName
{
background-color: #94BD6D;
}
.BgClassName
{
background-color: #94BD6D;
}
</style>
border-color css
<style>
span { border-color: #94BD6D; }
span { border-color: rgb(148,189,109); }
td.TdClassName
{
border-color: #94BD6D;
}
.TagClassName
{
border-color: #94BD6D;
}
</style>