Shades of Olivine #94A680
Tints of Olivine #94A680
RGB
CMYK
RGB Variations
Color information
#94A680 (or 0x94A680) is known color: Olivine. HEX triplet: 94, A6 and 80. RGB value is (148,166,128). Sum of RGB (Red+Green+Blue) = 148+166+128=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 166 - color contains mainly: green. Hex color #94A680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A680 is #6B597F. Grayscale: #9C9C9C. Windows color (decimal): -7035264 or 8431252. OLE color: 8431252.
HSL color Cylindrical-coordinate representation of color #94A680: hue angle of 88.42º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94A680 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 166 | 128 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.35 |
| HSL | 88.42º | 0.18% | 0.58% | - |
| HSV(B) | 88.42º | 0.23% | 0.65% | - |
| XYZ | 29.75 | 35.13 | 25.63 | - |
| YUV | 156.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 166 | 128 | 0.11 | 0 | 0.23 | 0.35 | 88.42 | 0.18 | 0.58 |
| Hex | 94 | A6 | 80 | B | 0 | 17 | 23 | 58 | 12 | 3A |
| Octal | 224 | 246 | 200 | 13 | 0 | 27 | 43 | 130 | 22 | 72 |
| Binary | 10010100 | 10100110 | 10000000 | 1011 | 0 | 10111 | 100011 | 1011000 | 10010 | 111010 |
Color Harmonies of #94A680
Complementary color
Monochromatic Colors of #94A680
Black with #94A680
Text Example
Text Example
White with #94A680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A680; }
p { color: rgb(148,166,128); }
H1.HeaderClassName
{
color: #94A680;
}
.AnyTagClassName
{
color: #94A680;
}
</style>
background-color css
<style>
a { background-color: #94A680; }
a { background-color: rgb(148,166,128); }
div.DivClassName
{
background-color: #94A680;
}
.BgClassName
{
background-color: #94A680;
}
</style>
border-color css
<style>
span { border-color: #94A680; }
span { border-color: rgb(148,166,128); }
td.TdClassName
{
border-color: #94A680;
}
.TagClassName
{
border-color: #94A680;
}
</style>