Shades of Olivine #94BD6C
Tints of Olivine #94BD6C
RGB
CMYK
RGB Variations
Color information
#94BD6C (or 0x94BD6C) is known color: Olivine. HEX triplet: 94, BD and 6C. RGB value is (148,189,108). Sum of RGB (Red+Green+Blue) = 148+189+108=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BD6C is #6B4293. Grayscale: #A7A7A7. Windows color (decimal): -7029396 or 7126420. OLE color: 7126420.
HSL color Cylindrical-coordinate representation of color #94BD6C: hue angle of 90.37º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94BD6C is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 189 | 108 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.26 |
| HSL | 90.37º | 0.38% | 0.58% | - |
| HSV(B) | 90.37º | 0.43% | 0.74% | - |
| XYZ | 33.12 | 43.77 | 20.89 | - |
| YUV | 167.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 108 | 0.22 | 0 | 0.43 | 0.26 | 90.37 | 0.38 | 0.58 |
| Hex | 94 | BD | 6C | 16 | 0 | 2B | 1A | 5A | 26 | 3A |
| Octal | 224 | 275 | 154 | 26 | 0 | 53 | 32 | 132 | 46 | 72 |
| Binary | 10010100 | 10111101 | 1101100 | 10110 | 0 | 101011 | 11010 | 1011010 | 100110 | 111010 |
Color Harmonies of #94BD6C
Complementary color
Monochromatic Colors of #94BD6C
Black with #94BD6C
Text Example
Text Example
White with #94BD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BD6C; }
p { color: rgb(148,189,108); }
H1.HeaderClassName
{
color: #94BD6C;
}
.AnyTagClassName
{
color: #94BD6C;
}
</style>
background-color css
<style>
a { background-color: #94BD6C; }
a { background-color: rgb(148,189,108); }
div.DivClassName
{
background-color: #94BD6C;
}
.BgClassName
{
background-color: #94BD6C;
}
</style>
border-color css
<style>
span { border-color: #94BD6C; }
span { border-color: rgb(148,189,108); }
td.TdClassName
{
border-color: #94BD6C;
}
.TagClassName
{
border-color: #94BD6C;
}
</style>