Shades of Olivine #94BE6C
Tints of Olivine #94BE6C
RGB
CMYK
RGB Variations
Color information
#94BE6C (or 0x94BE6C) is known color: Olivine. HEX triplet: 94, BE and 6C. RGB value is (148,190,108). Sum of RGB (Red+Green+Blue) = 148+190+108=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #94BE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BE6C is #6B4193. Grayscale: #A8A8A8. Windows color (decimal): -7029140 or 7126676. OLE color: 7126676.
HSL color Cylindrical-coordinate representation of color #94BE6C: hue angle of 90.73º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94BE6C is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 190 | 108 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.25 |
| HSL | 90.73º | 0.39% | 0.58% | - |
| HSV(B) | 90.73º | 0.43% | 0.75% | - |
| XYZ | 33.33 | 44.21 | 20.96 | - |
| YUV | 168.09 | 94.09 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 190 | 108 | 0.22 | 0 | 0.43 | 0.25 | 90.73 | 0.39 | 0.58 |
| Hex | 94 | BE | 6C | 16 | 0 | 2B | 19 | 5B | 27 | 3A |
| Octal | 224 | 276 | 154 | 26 | 0 | 53 | 31 | 133 | 47 | 72 |
| Binary | 10010100 | 10111110 | 1101100 | 10110 | 0 | 101011 | 11001 | 1011011 | 100111 | 111010 |
Color Harmonies of #94BE6C
Complementary color
Monochromatic Colors of #94BE6C
Black with #94BE6C
Text Example
Text Example
White with #94BE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BE6C; }
p { color: rgb(148,190,108); }
H1.HeaderClassName
{
color: #94BE6C;
}
.AnyTagClassName
{
color: #94BE6C;
}
</style>
background-color css
<style>
a { background-color: #94BE6C; }
a { background-color: rgb(148,190,108); }
div.DivClassName
{
background-color: #94BE6C;
}
.BgClassName
{
background-color: #94BE6C;
}
</style>
border-color css
<style>
span { border-color: #94BE6C; }
span { border-color: rgb(148,190,108); }
td.TdClassName
{
border-color: #94BE6C;
}
.TagClassName
{
border-color: #94BE6C;
}
</style>