Shades of Olivine #94B26C
Tints of Olivine #94B26C
RGB
CMYK
RGB Variations
Color information
#94B26C (or 0x94B26C) is known color: Olivine. HEX triplet: 94, B2 and 6C. RGB value is (148,178,108). Sum of RGB (Red+Green+Blue) = 148+178+108=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 178 - color contains mainly: green. Hex color #94B26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B26C is #6B4D93. Grayscale: #A1A1A1. Windows color (decimal): -7032212 or 7123604. OLE color: 7123604.
HSL color Cylindrical-coordinate representation of color #94B26C: hue angle of 85.71º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94B26C is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 178 | 108 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.30 |
| HSL | 85.71º | 0.31% | 0.56% | - |
| HSV(B) | 85.71º | 0.39% | 0.7% | - |
| XYZ | 30.84 | 39.22 | 20.13 | - |
| YUV | 161.05 | 98.06 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 178 | 108 | 0.17 | 0 | 0.39 | 0.30 | 85.71 | 0.31 | 0.56 |
| Hex | 94 | B2 | 6C | 11 | 0 | 27 | 1E | 56 | 1F | 38 |
| Octal | 224 | 262 | 154 | 21 | 0 | 47 | 36 | 126 | 37 | 70 |
| Binary | 10010100 | 10110010 | 1101100 | 10001 | 0 | 100111 | 11110 | 1010110 | 11111 | 111000 |
Color Harmonies of #94B26C
Complementary color
Monochromatic Colors of #94B26C
Black with #94B26C
Text Example
Text Example
White with #94B26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B26C; }
p { color: rgb(148,178,108); }
H1.HeaderClassName
{
color: #94B26C;
}
.AnyTagClassName
{
color: #94B26C;
}
</style>
background-color css
<style>
a { background-color: #94B26C; }
a { background-color: rgb(148,178,108); }
div.DivClassName
{
background-color: #94B26C;
}
.BgClassName
{
background-color: #94B26C;
}
</style>
border-color css
<style>
span { border-color: #94B26C; }
span { border-color: rgb(148,178,108); }
td.TdClassName
{
border-color: #94B26C;
}
.TagClassName
{
border-color: #94B26C;
}
</style>