Shades of Olivine #94AE6E
Tints of Olivine #94AE6E
RGB
CMYK
RGB Variations
Color information
#94AE6E (or 0x94AE6E) is known color: Olivine. HEX triplet: 94, AE and 6E. RGB value is (148,174,110). Sum of RGB (Red+Green+Blue) = 148+174+110=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AE6E is #6B5191. Grayscale: #9F9F9F. Windows color (decimal): -7033234 or 7253652. OLE color: 7253652.
HSL color Cylindrical-coordinate representation of color #94AE6E: hue angle of 84.38º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94AE6E is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 174 | 110 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.32 |
| HSL | 84.38º | 0.28% | 0.56% | - |
| HSV(B) | 84.38º | 0.37% | 0.68% | - |
| XYZ | 30.16 | 37.69 | 20.44 | - |
| YUV | 158.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 174 | 110 | 0.15 | 0 | 0.37 | 0.32 | 84.38 | 0.28 | 0.56 |
| Hex | 94 | AE | 6E | F | 0 | 25 | 20 | 54 | 1C | 38 |
| Octal | 224 | 256 | 156 | 17 | 0 | 45 | 40 | 124 | 34 | 70 |
| Binary | 10010100 | 10101110 | 1101110 | 1111 | 0 | 100101 | 100000 | 1010100 | 11100 | 111000 |
Color Harmonies of #94AE6E
Complementary color
Monochromatic Colors of #94AE6E
Black with #94AE6E
Text Example
Text Example
White with #94AE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AE6E; }
p { color: rgb(148,174,110); }
H1.HeaderClassName
{
color: #94AE6E;
}
.AnyTagClassName
{
color: #94AE6E;
}
</style>
background-color css
<style>
a { background-color: #94AE6E; }
a { background-color: rgb(148,174,110); }
div.DivClassName
{
background-color: #94AE6E;
}
.BgClassName
{
background-color: #94AE6E;
}
</style>
border-color css
<style>
span { border-color: #94AE6E; }
span { border-color: rgb(148,174,110); }
td.TdClassName
{
border-color: #94AE6E;
}
.TagClassName
{
border-color: #94AE6E;
}
</style>