Shades of Olivine #94AE6D
Tints of Olivine #94AE6D
RGB
CMYK
RGB Variations
Color information
#94AE6D (or 0x94AE6D) is known color: Olivine. HEX triplet: 94, AE and 6D. RGB value is (148,174,109). Sum of RGB (Red+Green+Blue) = 148+174+109=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AE6D is #6B5192. Grayscale: #9F9F9F. Windows color (decimal): -7033235 or 7188116. OLE color: 7188116.
HSL color Cylindrical-coordinate representation of color #94AE6D: hue angle of 84º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94AE6D is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 174 | 109 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.32 |
| HSL | 84º | 0.29% | 0.55% | - |
| HSV(B) | 84º | 0.37% | 0.68% | - |
| XYZ | 30.11 | 37.67 | 20.15 | - |
| YUV | 158.82 | 99.89 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 174 | 109 | 0.15 | 0 | 0.37 | 0.32 | 84 | 0.29 | 0.55 |
| Hex | 94 | AE | 6D | F | 0 | 25 | 20 | 54 | 1D | 37 |
| Octal | 224 | 256 | 155 | 17 | 0 | 45 | 40 | 124 | 35 | 67 |
| Binary | 10010100 | 10101110 | 1101101 | 1111 | 0 | 100101 | 100000 | 1010100 | 11101 | 110111 |
Color Harmonies of #94AE6D
Complementary color
Monochromatic Colors of #94AE6D
Black with #94AE6D
Text Example
Text Example
White with #94AE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AE6D; }
p { color: rgb(148,174,109); }
H1.HeaderClassName
{
color: #94AE6D;
}
.AnyTagClassName
{
color: #94AE6D;
}
</style>
background-color css
<style>
a { background-color: #94AE6D; }
a { background-color: rgb(148,174,109); }
div.DivClassName
{
background-color: #94AE6D;
}
.BgClassName
{
background-color: #94AE6D;
}
</style>
border-color css
<style>
span { border-color: #94AE6D; }
span { border-color: rgb(148,174,109); }
td.TdClassName
{
border-color: #94AE6D;
}
.TagClassName
{
border-color: #94AE6D;
}
</style>