Shades of Olivine #94B281
Tints of Olivine #94B281
RGB
CMYK
RGB Variations
Color information
#94B281 (or 0x94B281) is known color: Olivine. HEX triplet: 94, B2 and 81. RGB value is (148,178,129). Sum of RGB (Red+Green+Blue) = 148+178+129=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 178 - color contains mainly: green. Hex color #94B281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B281 is #6B4D7E. Grayscale: #A3A3A3. Windows color (decimal): -7032191 or 8499860. OLE color: 8499860.
HSL color Cylindrical-coordinate representation of color #94B281: hue angle of 96.73º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94B281 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 178 | 129 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.30 |
| HSL | 96.73º | 0.24% | 0.6% | - |
| HSV(B) | 96.73º | 0.28% | 0.7% | - |
| XYZ | 32.1 | 39.72 | 26.74 | - |
| YUV | 163.44 | 108.56 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 178 | 129 | 0.17 | 0 | 0.28 | 0.30 | 96.73 | 0.24 | 0.6 |
| Hex | 94 | B2 | 81 | 11 | 0 | 1C | 1E | 61 | 18 | 3C |
| Octal | 224 | 262 | 201 | 21 | 0 | 34 | 36 | 141 | 30 | 74 |
| Binary | 10010100 | 10110010 | 10000001 | 10001 | 0 | 11100 | 11110 | 1100001 | 11000 | 111100 |
Color Harmonies of #94B281
Complementary color
Monochromatic Colors of #94B281
Black with #94B281
Text Example
Text Example
White with #94B281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B281; }
p { color: rgb(148,178,129); }
H1.HeaderClassName
{
color: #94B281;
}
.AnyTagClassName
{
color: #94B281;
}
</style>
background-color css
<style>
a { background-color: #94B281; }
a { background-color: rgb(148,178,129); }
div.DivClassName
{
background-color: #94B281;
}
.BgClassName
{
background-color: #94B281;
}
</style>
border-color css
<style>
span { border-color: #94B281; }
span { border-color: rgb(148,178,129); }
td.TdClassName
{
border-color: #94B281;
}
.TagClassName
{
border-color: #94B281;
}
</style>