Shades of Olivine #94BC78
Tints of Olivine #94BC78
RGB
CMYK
RGB Variations
Color information
#94BC78 (or 0x94BC78) is known color: Olivine. HEX triplet: 94, BC and 78. RGB value is (148,188,120). Sum of RGB (Red+Green+Blue) = 148+188+120=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BC78 is #6B4387. Grayscale: #A8A8A8. Windows color (decimal): -7029640 or 7912596. OLE color: 7912596.
HSL color Cylindrical-coordinate representation of color #94BC78: hue angle of 95.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94BC78 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 188 | 120 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.26 |
| HSL | 95.29º | 0.34% | 0.6% | - |
| HSV(B) | 95.29º | 0.36% | 0.74% | - |
| XYZ | 33.59 | 43.62 | 24.42 | - |
| YUV | 168.29 | 100.75 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 120 | 0.21 | 0 | 0.36 | 0.26 | 95.29 | 0.34 | 0.6 |
| Hex | 94 | BC | 78 | 15 | 0 | 24 | 1A | 5F | 22 | 3C |
| Octal | 224 | 274 | 170 | 25 | 0 | 44 | 32 | 137 | 42 | 74 |
| Binary | 10010100 | 10111100 | 1111000 | 10101 | 0 | 100100 | 11010 | 1011111 | 100010 | 111100 |
Color Harmonies of #94BC78
Complementary color
Monochromatic Colors of #94BC78
Black with #94BC78
Text Example
Text Example
White with #94BC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BC78; }
p { color: rgb(148,188,120); }
H1.HeaderClassName
{
color: #94BC78;
}
.AnyTagClassName
{
color: #94BC78;
}
</style>
background-color css
<style>
a { background-color: #94BC78; }
a { background-color: rgb(148,188,120); }
div.DivClassName
{
background-color: #94BC78;
}
.BgClassName
{
background-color: #94BC78;
}
</style>
border-color css
<style>
span { border-color: #94BC78; }
span { border-color: rgb(148,188,120); }
td.TdClassName
{
border-color: #94BC78;
}
.TagClassName
{
border-color: #94BC78;
}
</style>