Shades of Olivine #94A77D
Tints of Olivine #94A77D
RGB
CMYK
RGB Variations
Color information
#94A77D (or 0x94A77D) is known color: Olivine. HEX triplet: 94, A7 and 7D. RGB value is (148,167,125). Sum of RGB (Red+Green+Blue) = 148+167+125=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 167 - color contains mainly: green. Hex color #94A77D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A77D is #6B5882. Grayscale: #9C9C9C. Windows color (decimal): -7035011 or 8234900. OLE color: 8234900.
HSL color Cylindrical-coordinate representation of color #94A77D: hue angle of 87.14º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94A77D is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 167 | 125 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.35 |
| HSL | 87.14º | 0.19% | 0.57% | - |
| HSV(B) | 87.14º | 0.25% | 0.65% | - |
| XYZ | 29.73 | 35.41 | 24.67 | - |
| YUV | 156.53 | 110.21 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 167 | 125 | 0.11 | 0 | 0.25 | 0.35 | 87.14 | 0.19 | 0.57 |
| Hex | 94 | A7 | 7D | B | 0 | 19 | 23 | 57 | 13 | 39 |
| Octal | 224 | 247 | 175 | 13 | 0 | 31 | 43 | 127 | 23 | 71 |
| Binary | 10010100 | 10100111 | 1111101 | 1011 | 0 | 11001 | 100011 | 1010111 | 10011 | 111001 |
Color Harmonies of #94A77D
Complementary color
Monochromatic Colors of #94A77D
Black with #94A77D
Text Example
Text Example
White with #94A77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A77D; }
p { color: rgb(148,167,125); }
H1.HeaderClassName
{
color: #94A77D;
}
.AnyTagClassName
{
color: #94A77D;
}
</style>
background-color css
<style>
a { background-color: #94A77D; }
a { background-color: rgb(148,167,125); }
div.DivClassName
{
background-color: #94A77D;
}
.BgClassName
{
background-color: #94A77D;
}
</style>
border-color css
<style>
span { border-color: #94A77D; }
span { border-color: rgb(148,167,125); }
td.TdClassName
{
border-color: #94A77D;
}
.TagClassName
{
border-color: #94A77D;
}
</style>