Shades of Olivine #94B572
Tints of Olivine #94B572
RGB
CMYK
RGB Variations
Color information
#94B572 (or 0x94B572) is known color: Olivine. HEX triplet: 94, B5 and 72. RGB value is (148,181,114). Sum of RGB (Red+Green+Blue) = 148+181+114=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #94B572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B572 is #6B4A8D. Grayscale: #A3A3A3. Windows color (decimal): -7031438 or 7517588. OLE color: 7517588.
HSL color Cylindrical-coordinate representation of color #94B572: hue angle of 89.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94B572 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 181 | 114 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.29 |
| HSL | 89.55º | 0.31% | 0.58% | - |
| HSV(B) | 89.55º | 0.37% | 0.71% | - |
| XYZ | 31.77 | 40.56 | 22.07 | - |
| YUV | 163.5 | 100.07 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 181 | 114 | 0.18 | 0 | 0.37 | 0.29 | 89.55 | 0.31 | 0.58 |
| Hex | 94 | B5 | 72 | 12 | 0 | 25 | 1D | 5A | 1F | 3A |
| Octal | 224 | 265 | 162 | 22 | 0 | 45 | 35 | 132 | 37 | 72 |
| Binary | 10010100 | 10110101 | 1110010 | 10010 | 0 | 100101 | 11101 | 1011010 | 11111 | 111010 |
Color Harmonies of #94B572
Complementary color
Monochromatic Colors of #94B572
Black with #94B572
Text Example
Text Example
White with #94B572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B572; }
p { color: rgb(148,181,114); }
H1.HeaderClassName
{
color: #94B572;
}
.AnyTagClassName
{
color: #94B572;
}
</style>
background-color css
<style>
a { background-color: #94B572; }
a { background-color: rgb(148,181,114); }
div.DivClassName
{
background-color: #94B572;
}
.BgClassName
{
background-color: #94B572;
}
</style>
border-color css
<style>
span { border-color: #94B572; }
span { border-color: rgb(148,181,114); }
td.TdClassName
{
border-color: #94B572;
}
.TagClassName
{
border-color: #94B572;
}
</style>