Shades of Olivine #99C178
Tints of Olivine #99C178
RGB
CMYK
RGB Variations
Color information
#99C178 (or 0x99C178) is known color: Olivine. HEX triplet: 99, C1 and 78. RGB value is (153,193,120). Sum of RGB (Red+Green+Blue) = 153+193+120=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #99C178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C178 is #663E87. Grayscale: #ACACAC. Windows color (decimal): -6700680 or 7913881. OLE color: 7913881.
HSL color Cylindrical-coordinate representation of color #99C178: hue angle of 92.88º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99C178 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 120 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.24 |
| HSL | 92.88º | 0.37% | 0.61% | - |
| HSV(B) | 92.88º | 0.38% | 0.76% | - |
| XYZ | 35.6 | 46.27 | 24.82 | - |
| YUV | 172.72 | 98.25 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 120 | 0.21 | 0 | 0.38 | 0.24 | 92.88 | 0.37 | 0.61 |
| Hex | 99 | C1 | 78 | 15 | 0 | 26 | 18 | 5D | 25 | 3D |
| Octal | 231 | 301 | 170 | 25 | 0 | 46 | 30 | 135 | 45 | 75 |
| Binary | 10011001 | 11000001 | 1111000 | 10101 | 0 | 100110 | 11000 | 1011101 | 100101 | 111101 |
Color Harmonies of #99C178
Complementary color
Monochromatic Colors of #99C178
Black with #99C178
Text Example
Text Example
White with #99C178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C178; }
p { color: rgb(153,193,120); }
H1.HeaderClassName
{
color: #99C178;
}
.AnyTagClassName
{
color: #99C178;
}
</style>
background-color css
<style>
a { background-color: #99C178; }
a { background-color: rgb(153,193,120); }
div.DivClassName
{
background-color: #99C178;
}
.BgClassName
{
background-color: #99C178;
}
</style>
border-color css
<style>
span { border-color: #99C178; }
span { border-color: rgb(153,193,120); }
td.TdClassName
{
border-color: #99C178;
}
.TagClassName
{
border-color: #99C178;
}
</style>