Shades of Olivine #94CA6C
Tints of Olivine #94CA6C
RGB
CMYK
RGB Variations
Color information
#94CA6C (or 0x94CA6C) is known color: Olivine. HEX triplet: 94, CA and 6C. RGB value is (148,202,108). Sum of RGB (Red+Green+Blue) = 148+202+108=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CA6C is #6B3593. Grayscale: #AFAFAF. Windows color (decimal): -7026068 or 7129748. OLE color: 7129748.
HSL color Cylindrical-coordinate representation of color #94CA6C: hue angle of 94.47º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94CA6C is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 108 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.21 |
| HSL | 94.47º | 0.47% | 0.61% | - |
| HSV(B) | 94.47º | 0.47% | 0.79% | - |
| XYZ | 36.04 | 49.62 | 21.87 | - |
| YUV | 175.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 108 | 0.27 | 0 | 0.47 | 0.21 | 94.47 | 0.47 | 0.61 |
| Hex | 94 | CA | 6C | 1B | 0 | 2F | 15 | 5E | 2F | 3D |
| Octal | 224 | 312 | 154 | 33 | 0 | 57 | 25 | 136 | 57 | 75 |
| Binary | 10010100 | 11001010 | 1101100 | 11011 | 0 | 101111 | 10101 | 1011110 | 101111 | 111101 |
Color Harmonies of #94CA6C
Complementary color
Monochromatic Colors of #94CA6C
Black with #94CA6C
Text Example
Text Example
White with #94CA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CA6C; }
p { color: rgb(148,202,108); }
H1.HeaderClassName
{
color: #94CA6C;
}
.AnyTagClassName
{
color: #94CA6C;
}
</style>
background-color css
<style>
a { background-color: #94CA6C; }
a { background-color: rgb(148,202,108); }
div.DivClassName
{
background-color: #94CA6C;
}
.BgClassName
{
background-color: #94CA6C;
}
</style>
border-color css
<style>
span { border-color: #94CA6C; }
span { border-color: rgb(148,202,108); }
td.TdClassName
{
border-color: #94CA6C;
}
.TagClassName
{
border-color: #94CA6C;
}
</style>