Shades of Olivine #94D067
Tints of Olivine #94D067
RGB
CMYK
RGB Variations
Color information
#94D067 (or 0x94D067) is known color: Olivine. HEX triplet: 94, D0 and 67. RGB value is (148,208,103). Sum of RGB (Red+Green+Blue) = 148+208+103=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #94D067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D067 is #6B2F98. Grayscale: #B2B2B2. Windows color (decimal): -7024537 or 6803604. OLE color: 6803604.
HSL color Cylindrical-coordinate representation of color #94D067: hue angle of 94.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94D067 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 208 | 103 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.18 |
| HSL | 94.29º | 0.53% | 0.61% | - |
| HSV(B) | 94.29º | 0.5% | 0.82% | - |
| XYZ | 37.22 | 52.39 | 20.98 | - |
| YUV | 178.09 | 85.62 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 103 | 0.29 | 0 | 0.50 | 0.18 | 94.29 | 0.53 | 0.61 |
| Hex | 94 | D0 | 67 | 1D | 0 | 32 | 12 | 5E | 35 | 3D |
| Octal | 224 | 320 | 147 | 35 | 0 | 62 | 22 | 136 | 65 | 75 |
| Binary | 10010100 | 11010000 | 1100111 | 11101 | 0 | 110010 | 10010 | 1011110 | 110101 | 111101 |
Color Harmonies of #94D067
Complementary color
Monochromatic Colors of #94D067
Black with #94D067
Text Example
Text Example
White with #94D067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D067; }
p { color: rgb(148,208,103); }
H1.HeaderClassName
{
color: #94D067;
}
.AnyTagClassName
{
color: #94D067;
}
</style>
background-color css
<style>
a { background-color: #94D067; }
a { background-color: rgb(148,208,103); }
div.DivClassName
{
background-color: #94D067;
}
.BgClassName
{
background-color: #94D067;
}
</style>
border-color css
<style>
span { border-color: #94D067; }
span { border-color: rgb(148,208,103); }
td.TdClassName
{
border-color: #94D067;
}
.TagClassName
{
border-color: #94D067;
}
</style>