Shades of Olivine #94B26A
Tints of Olivine #94B26A
RGB
CMYK
RGB Variations
Color information
#94B26A (or 0x94B26A) is known color: Olivine. HEX triplet: 94, B2 and 6A. RGB value is (148,178,106). Sum of RGB (Red+Green+Blue) = 148+178+106=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 178 - color contains mainly: green. Hex color #94B26A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B26A is #6B4D95. Grayscale: #A1A1A1. Windows color (decimal): -7032214 or 6992532. OLE color: 6992532.
HSL color Cylindrical-coordinate representation of color #94B26A: hue angle of 85º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94B26A is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 178 | 106 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.30 |
| HSL | 85º | 0.32% | 0.56% | - |
| HSV(B) | 85º | 0.4% | 0.7% | - |
| XYZ | 30.73 | 39.18 | 19.58 | - |
| YUV | 160.82 | 97.06 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 178 | 106 | 0.17 | 0 | 0.40 | 0.30 | 85 | 0.32 | 0.56 |
| Hex | 94 | B2 | 6A | 11 | 0 | 28 | 1E | 55 | 20 | 38 |
| Octal | 224 | 262 | 152 | 21 | 0 | 50 | 36 | 125 | 40 | 70 |
| Binary | 10010100 | 10110010 | 1101010 | 10001 | 0 | 101000 | 11110 | 1010101 | 100000 | 111000 |
Color Harmonies of #94B26A
Complementary color
Monochromatic Colors of #94B26A
Black with #94B26A
Text Example
Text Example
White with #94B26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B26A; }
p { color: rgb(148,178,106); }
H1.HeaderClassName
{
color: #94B26A;
}
.AnyTagClassName
{
color: #94B26A;
}
</style>
background-color css
<style>
a { background-color: #94B26A; }
a { background-color: rgb(148,178,106); }
div.DivClassName
{
background-color: #94B26A;
}
.BgClassName
{
background-color: #94B26A;
}
</style>
border-color css
<style>
span { border-color: #94B26A; }
span { border-color: rgb(148,178,106); }
td.TdClassName
{
border-color: #94B26A;
}
.TagClassName
{
border-color: #94B26A;
}
</style>