Shades of Olivine #94B278
Tints of Olivine #94B278
RGB
CMYK
RGB Variations
Color information
#94B278 (or 0x94B278) is known color: Olivine. HEX triplet: 94, B2 and 78. RGB value is (148,178,120). Sum of RGB (Red+Green+Blue) = 148+178+120=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 178 - color contains mainly: green. Hex color #94B278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B278 is #6B4D87. Grayscale: #A2A2A2. Windows color (decimal): -7032200 or 7910036. OLE color: 7910036.
HSL color Cylindrical-coordinate representation of color #94B278: hue angle of 91.03º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94B278 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 178 | 120 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.30 |
| HSL | 91.03º | 0.27% | 0.58% | - |
| HSV(B) | 91.03º | 0.33% | 0.7% | - |
| XYZ | 31.52 | 39.49 | 23.73 | - |
| YUV | 162.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 178 | 120 | 0.17 | 0 | 0.33 | 0.30 | 91.03 | 0.27 | 0.58 |
| Hex | 94 | B2 | 78 | 11 | 0 | 21 | 1E | 5B | 1B | 3A |
| Octal | 224 | 262 | 170 | 21 | 0 | 41 | 36 | 133 | 33 | 72 |
| Binary | 10010100 | 10110010 | 1111000 | 10001 | 0 | 100001 | 11110 | 1011011 | 11011 | 111010 |
Color Harmonies of #94B278
Complementary color
Monochromatic Colors of #94B278
Black with #94B278
Text Example
Text Example
White with #94B278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B278; }
p { color: rgb(148,178,120); }
H1.HeaderClassName
{
color: #94B278;
}
.AnyTagClassName
{
color: #94B278;
}
</style>
background-color css
<style>
a { background-color: #94B278; }
a { background-color: rgb(148,178,120); }
div.DivClassName
{
background-color: #94B278;
}
.BgClassName
{
background-color: #94B278;
}
</style>
border-color css
<style>
span { border-color: #94B278; }
span { border-color: rgb(148,178,120); }
td.TdClassName
{
border-color: #94B278;
}
.TagClassName
{
border-color: #94B278;
}
</style>