Shades of Olivine #94AA7F
Tints of Olivine #94AA7F
RGB
CMYK
RGB Variations
Color information
#94AA7F (or 0x94AA7F) is known color: Olivine. HEX triplet: 94, AA and 7F. RGB value is (148,170,127). Sum of RGB (Red+Green+Blue) = 148+170+127=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AA7F is #6B5580. Grayscale: #9E9E9E. Windows color (decimal): -7034241 or 8366740. OLE color: 8366740.
HSL color Cylindrical-coordinate representation of color #94AA7F: hue angle of 90.7º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94AA7F is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 170 | 127 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.33 |
| HSL | 90.7º | 0.2% | 0.58% | - |
| HSV(B) | 90.7º | 0.25% | 0.67% | - |
| XYZ | 30.42 | 36.58 | 25.54 | - |
| YUV | 158.52 | 110.21 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 127 | 0.13 | 0 | 0.25 | 0.33 | 90.7 | 0.2 | 0.58 |
| Hex | 94 | AA | 7F | D | 0 | 19 | 21 | 5B | 14 | 3A |
| Octal | 224 | 252 | 177 | 15 | 0 | 31 | 41 | 133 | 24 | 72 |
| Binary | 10010100 | 10101010 | 1111111 | 1101 | 0 | 11001 | 100001 | 1011011 | 10100 | 111010 |
Color Harmonies of #94AA7F
Complementary color
Monochromatic Colors of #94AA7F
Black with #94AA7F
Text Example
Text Example
White with #94AA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AA7F; }
p { color: rgb(148,170,127); }
H1.HeaderClassName
{
color: #94AA7F;
}
.AnyTagClassName
{
color: #94AA7F;
}
</style>
background-color css
<style>
a { background-color: #94AA7F; }
a { background-color: rgb(148,170,127); }
div.DivClassName
{
background-color: #94AA7F;
}
.BgClassName
{
background-color: #94AA7F;
}
</style>
border-color css
<style>
span { border-color: #94AA7F; }
span { border-color: rgb(148,170,127); }
td.TdClassName
{
border-color: #94AA7F;
}
.TagClassName
{
border-color: #94AA7F;
}
</style>