Shades of Olivine #94C17C
Tints of Olivine #94C17C
RGB
CMYK
RGB Variations
Color information
#94C17C (or 0x94C17C) is known color: Olivine. HEX triplet: 94, C1 and 7C. RGB value is (148,193,124). Sum of RGB (Red+Green+Blue) = 148+193+124=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #94C17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C17C is #6B3E83. Grayscale: #ABABAB. Windows color (decimal): -7028356 or 8176020. OLE color: 8176020.
HSL color Cylindrical-coordinate representation of color #94C17C: hue angle of 99.13º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94C17C is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 193 | 124 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.24 |
| HSL | 99.13º | 0.36% | 0.62% | - |
| HSV(B) | 99.13º | 0.36% | 0.76% | - |
| XYZ | 34.92 | 45.89 | 26.09 | - |
| YUV | 171.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 193 | 124 | 0.23 | 0 | 0.36 | 0.24 | 99.13 | 0.36 | 0.62 |
| Hex | 94 | C1 | 7C | 17 | 0 | 24 | 18 | 63 | 24 | 3E |
| Octal | 224 | 301 | 174 | 27 | 0 | 44 | 30 | 143 | 44 | 76 |
| Binary | 10010100 | 11000001 | 1111100 | 10111 | 0 | 100100 | 11000 | 1100011 | 100100 | 111110 |
Color Harmonies of #94C17C
Complementary color
Monochromatic Colors of #94C17C
Black with #94C17C
Text Example
Text Example
White with #94C17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C17C; }
p { color: rgb(148,193,124); }
H1.HeaderClassName
{
color: #94C17C;
}
.AnyTagClassName
{
color: #94C17C;
}
</style>
background-color css
<style>
a { background-color: #94C17C; }
a { background-color: rgb(148,193,124); }
div.DivClassName
{
background-color: #94C17C;
}
.BgClassName
{
background-color: #94C17C;
}
</style>
border-color css
<style>
span { border-color: #94C17C; }
span { border-color: rgb(148,193,124); }
td.TdClassName
{
border-color: #94C17C;
}
.TagClassName
{
border-color: #94C17C;
}
</style>