Shades of Olivine #94C668
Tints of Olivine #94C668
RGB
CMYK
RGB Variations
Color information
#94C668 (or 0x94C668) is known color: Olivine. HEX triplet: 94, C6 and 68. RGB value is (148,198,104). Sum of RGB (Red+Green+Blue) = 148+198+104=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 198 - color contains mainly: green. Hex color #94C668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C668 is #6B3997. Grayscale: #ACACAC. Windows color (decimal): -7027096 or 6866580. OLE color: 6866580.
HSL color Cylindrical-coordinate representation of color #94C668: hue angle of 91.91º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94C668 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 198 | 104 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.22 |
| HSL | 91.91º | 0.45% | 0.59% | - |
| HSV(B) | 91.91º | 0.47% | 0.78% | - |
| XYZ | 34.91 | 47.68 | 20.46 | - |
| YUV | 172.33 | 89.44 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 198 | 104 | 0.25 | 0 | 0.47 | 0.22 | 91.91 | 0.45 | 0.59 |
| Hex | 94 | C6 | 68 | 19 | 0 | 2F | 16 | 5C | 2D | 3B |
| Octal | 224 | 306 | 150 | 31 | 0 | 57 | 26 | 134 | 55 | 73 |
| Binary | 10010100 | 11000110 | 1101000 | 11001 | 0 | 101111 | 10110 | 1011100 | 101101 | 111011 |
Color Harmonies of #94C668
Complementary color
Monochromatic Colors of #94C668
Black with #94C668
Text Example
Text Example
White with #94C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C668; }
p { color: rgb(148,198,104); }
H1.HeaderClassName
{
color: #94C668;
}
.AnyTagClassName
{
color: #94C668;
}
</style>
background-color css
<style>
a { background-color: #94C668; }
a { background-color: rgb(148,198,104); }
div.DivClassName
{
background-color: #94C668;
}
.BgClassName
{
background-color: #94C668;
}
</style>
border-color css
<style>
span { border-color: #94C668; }
span { border-color: rgb(148,198,104); }
td.TdClassName
{
border-color: #94C668;
}
.TagClassName
{
border-color: #94C668;
}
</style>