Shades of Olivine #94AA6C
Tints of Olivine #94AA6C
RGB
CMYK
RGB Variations
Color information
#94AA6C (or 0x94AA6C) is known color: Olivine. HEX triplet: 94, AA and 6C. RGB value is (148,170,108). Sum of RGB (Red+Green+Blue) = 148+170+108=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AA6C is #6B5593. Grayscale: #9C9C9C. Windows color (decimal): -7034260 or 7121556. OLE color: 7121556.
HSL color Cylindrical-coordinate representation of color #94AA6C: hue angle of 81.29º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94AA6C is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 170 | 108 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.33 |
| HSL | 81.29º | 0.27% | 0.55% | - |
| HSV(B) | 81.29º | 0.36% | 0.67% | - |
| XYZ | 29.29 | 36.13 | 19.62 | - |
| YUV | 156.35 | 100.71 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 108 | 0.13 | 0 | 0.36 | 0.33 | 81.29 | 0.27 | 0.55 |
| Hex | 94 | AA | 6C | D | 0 | 24 | 21 | 51 | 1B | 37 |
| Octal | 224 | 252 | 154 | 15 | 0 | 44 | 41 | 121 | 33 | 67 |
| Binary | 10010100 | 10101010 | 1101100 | 1101 | 0 | 100100 | 100001 | 1010001 | 11011 | 110111 |
Color Harmonies of #94AA6C
Complementary color
Monochromatic Colors of #94AA6C
Black with #94AA6C
Text Example
Text Example
White with #94AA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AA6C; }
p { color: rgb(148,170,108); }
H1.HeaderClassName
{
color: #94AA6C;
}
.AnyTagClassName
{
color: #94AA6C;
}
</style>
background-color css
<style>
a { background-color: #94AA6C; }
a { background-color: rgb(148,170,108); }
div.DivClassName
{
background-color: #94AA6C;
}
.BgClassName
{
background-color: #94AA6C;
}
</style>
border-color css
<style>
span { border-color: #94AA6C; }
span { border-color: rgb(148,170,108); }
td.TdClassName
{
border-color: #94AA6C;
}
.TagClassName
{
border-color: #94AA6C;
}
</style>